diff options
| author | Sebastian Herbszt <[email protected]> | 2015-10-11 20:35:18 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2015-11-10 01:15:52 +0000 |
| commit | c59ab4e5afade13fdb65efc99c07fb8455aecba5 (patch) | |
| tree | 9374ba9cc0da4b2c270f084238a8c5bbc4622a1c | |
| parent | scsi: use host wide tags by default (diff) | |
| download | kernel-c59ab4e5afade13fdb65efc99c07fb8455aecba5.tar.gz kernel-c59ab4e5afade13fdb65efc99c07fb8455aecba5.zip | |
libfc: Use the correct function name in kernel-doc comment.
Signed-off-by: Sebastian Herbszt <[email protected]>
Acked-by: Vasu Dev <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
| -rw-r--r-- | drivers/scsi/libfc/fc_npiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_npiv.c b/drivers/scsi/libfc/fc_npiv.c index 9fbf78ed821b..c168321b560e 100644 --- a/drivers/scsi/libfc/fc_npiv.c +++ b/drivers/scsi/libfc/fc_npiv.c @@ -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 */ |
