Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libfc: Use the correct function name in kernel-doc comment.

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>

authored by

Sebastian Herbszt and committed by
James Bottomley
c59ab4e5 64d513ac

+1 -1
+1 -1
drivers/scsi/libfc/fc_npiv.c
··· 25 25 #include <linux/export.h> 26 26 27 27 /** 28 - * fc_vport_create() - Create a new NPIV vport instance 28 + * libfc_vport_create() - Create a new NPIV vport instance 29 29 * @vport: fc_vport structure from scsi_transport_fc 30 30 * @privsize: driver private data size to allocate along with the Scsi_Host 31 31 */