From: Sebastian Herbszt Date: Sun, 11 Oct 2015 20:35:18 +0000 (+0200) Subject: libfc: Use the correct function name in kernel-doc comment. X-Git-Tag: v4.4-rc1~12^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c59ab4e5afade13fdb65efc99c07fb8455aecba5;p=thirdparty%2Fkernel%2Flinux.git libfc: Use the correct function name in kernel-doc comment. Signed-off-by: Sebastian Herbszt Acked-by: Vasu Dev Reviewed-by: Hannes Reinecke Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/libfc/fc_npiv.c b/drivers/scsi/libfc/fc_npiv.c index 9fbf78ed821b3..c168321b560e2 100644 --- a/drivers/scsi/libfc/fc_npiv.c +++ b/drivers/scsi/libfc/fc_npiv.c @@ -25,7 +25,7 @@ #include /** - * 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 */