Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edba98dd authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

nvmet-fc: mark nvmet_fc_handle_fcp_rqst static



Found by sparse.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJames Smart <james.smart@broadcom.com>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
parent baee29ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{