diff mbox

libfc: correct function name in comment

Message ID 20151011223518.00000bdb@localhost (mailing list archive)
State New, archived
Headers show

Commit Message

Sebastian Herbszt Oct. 11, 2015, 8:35 p.m. UTC
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>
---

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Hannes Reinecke Oct. 12, 2015, 12:34 p.m. UTC | #1
On 10/11/2015 10:35 PM, Sebastian Herbszt wrote:
> 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>
> ---
> 
> diff -U 5 -rp a/drivers/scsi/libfc/fc_npiv.c b/drivers/scsi/libfc/fc_npiv.c
> --- a/drivers/scsi/libfc/fc_npiv.c	2014-09-03 19:30:11.760273300 +0200
> +++ b/drivers/scsi/libfc/fc_npiv.c	2015-08-05 00:06:17.927753719 +0200
> @@ -23,11 +23,11 @@
>  
>  #include <scsi/libfc.h>
>  #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
>   */
>  
>  struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
diff mbox

Patch

diff -U 5 -rp a/drivers/scsi/libfc/fc_npiv.c b/drivers/scsi/libfc/fc_npiv.c
--- a/drivers/scsi/libfc/fc_npiv.c	2014-09-03 19:30:11.760273300 +0200
+++ b/drivers/scsi/libfc/fc_npiv.c	2015-08-05 00:06:17.927753719 +0200
@@ -23,11 +23,11 @@ 
 
 #include <scsi/libfc.h>
 #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
  */
 
 struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize)