]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nvmet-fc: mark nvmet_fc_handle_fcp_rqst static
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Apr 2017 08:37:59 +0000 (10:37 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 24 Apr 2017 07:18:23 +0000 (09:18 +0200)
Found by sparse.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
drivers/nvme/target/fc.c

index 074bd3743b5fcb6ccdd0bca8d67063611047c701..3626dd8cc8a133c60501ec09a71bbcff382d55b8 100644 (file)
@@ -2055,7 +2055,7 @@ nvmet_fc_fcp_nvme_cmd_done(struct nvmet_req *nvme_req)
 /*
  * Actual processing routine for received FC-NVME LS Requests from the LLD
  */
-void
+static void
 nvmet_fc_handle_fcp_rqst(struct nvmet_fc_tgtport *tgtport,
                        struct nvmet_fc_fcp_iod *fod)
 {