]> git.karo-electronics.de Git - linux-beck.git/commitdiff
libfc: Use the correct function name in kernel-doc comment.
authorSebastian Herbszt <herbszt@gmx.de>
Sun, 11 Oct 2015 20:35:18 +0000 (22:35 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Tue, 10 Nov 2015 01:15:52 +0000 (17:15 -0800)
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Acked-by: Vasu Dev <vasu.dev@intel.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/libfc/fc_npiv.c

index 9fbf78ed821b3ceeb36a941e5fddd3142d0300cf..c168321b560e2d2046eec8299b3574abc90a90df 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/export.h>
 
 /**
- * fc_vport_create() - Create a new NPIV vport instance
+ * libfc_vport_create() - Create a new NPIV vport instance
  * @vport: fc_vport structure from scsi_transport_fc
  * @privsize: driver private data size to allocate along with the Scsi_Host
  */