* [PATCH] libfc: correct function name in comment
@ 2015-10-11 20:35 Sebastian Herbszt
2015-10-12 12:34 ` Hannes Reinecke
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Herbszt @ 2015-10-11 20:35 UTC (permalink / raw)
To: fcoe-devel, linux-scsi; +Cc: Vasu Dev, Sebastian Herbszt
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libfc: correct function name in comment
2015-10-11 20:35 [PATCH] libfc: correct function name in comment Sebastian Herbszt
@ 2015-10-12 12:34 ` Hannes Reinecke
0 siblings, 0 replies; 2+ messages in thread
From: Hannes Reinecke @ 2015-10-12 12:34 UTC (permalink / raw)
To: Sebastian Herbszt, fcoe-devel, linux-scsi; +Cc: Vasu Dev
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
--
Dr. Hannes Reinecke zSeries & Storage
hare@suse.de +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-12 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 20:35 [PATCH] libfc: correct function name in comment Sebastian Herbszt
2015-10-12 12:34 ` Hannes Reinecke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).