Skip to content

Commit b2fb99e

Browse files
Chaitanya KulkarniChristoph Hellwig
authored andcommitted
nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetport
This fixes following kernel-doc warning :- drivers/nvme/target/fc.c:1365: warning: expecting prototype for nvme_fc_register_targetport(). Prototype was for nvmet_fc_register_targetport() instead Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 841aee4 commit b2fb99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/nvme/target

drivers/nvme/target/fc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ nvmet_fc_portentry_rebind_tgt(struct nvmet_fc_tgtport *tgtport)
13411341
}
13421342

13431343
/**
1344-
* nvme_fc_register_targetport - transport entry point called by an
1344+
* nvmet_fc_register_targetport - transport entry point called by an
13451345
* LLDD to register the existence of a local
13461346
* NVME subystem FC port.
13471347
* @pinfo: pointer to information about the port to be registered

0 commit comments

Comments
 (0)