All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Thumshirn <jthumshirn@suse.de>
To: anil.gurumurthy@qlogic.com, martin.petersen@oracle.com,
	James.Bottomley@HansenPartnership.com
Cc: linux-scsi@vger.kernel.org, sudarsana.kalluru@qlogic.com
Subject: Re: [PATCH 3/4] bfa:File header and user visible string changes
Date: Thu, 26 Nov 2015 09:36:28 +0100	[thread overview]
Message-ID: <1448526988.2877.87.camel@suse.de> (raw)
In-Reply-To: <1448523815-24562-4-git-send-email-anil.gurumurthy@qlogic.com>

On Thu, 2015-11-26 at 02:43 -0500, anil.gurumurthy@qlogic.com wrote:
> From: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
> 
> Signed-off-by: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
> Signed-off-by: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
> ---
>  drivers/scsi/bfa/bfa.h           |    2 +-
>  drivers/scsi/bfa/bfa_core.c      |    2 +-
>  drivers/scsi/bfa/bfa_cs.h        |    2 +-
>  drivers/scsi/bfa/bfa_defs.h      |    2 +-
>  drivers/scsi/bfa/bfa_defs_fcs.h  |    2 +-
>  drivers/scsi/bfa/bfa_defs_svc.h  |    2 +-
>  drivers/scsi/bfa/bfa_fc.h        |    2 +-
>  drivers/scsi/bfa/bfa_fcbuild.c   |    2 +-
>  drivers/scsi/bfa/bfa_fcbuild.h   |    2 +-
>  drivers/scsi/bfa/bfa_fcpim.c     |    2 +-
>  drivers/scsi/bfa/bfa_fcpim.h     |    2 +-
>  drivers/scsi/bfa/bfa_fcs.c       |    2 +-
>  drivers/scsi/bfa/bfa_fcs.h       |    4 +-
>  drivers/scsi/bfa/bfa_fcs_fcpim.c |    2 +-
>  drivers/scsi/bfa/bfa_fcs_lport.c |    4 +-
>  drivers/scsi/bfa/bfa_fcs_rport.c |    2 +-
>  drivers/scsi/bfa/bfa_hw_cb.c     |    2 +-
>  drivers/scsi/bfa/bfa_hw_ct.c     |    2 +-
>  drivers/scsi/bfa/bfa_ioc.c       |    4 +-
>  drivers/scsi/bfa/bfa_ioc.h       |    2 +-
>  drivers/scsi/bfa/bfa_ioc_cb.c    |    2 +-
>  drivers/scsi/bfa/bfa_ioc_ct.c    |    2 +-
>  drivers/scsi/bfa/bfa_modules.h   |    2 +-
>  drivers/scsi/bfa/bfa_plog.h      |    2 +-
>  drivers/scsi/bfa/bfa_port.c      |    2 +-
>  drivers/scsi/bfa/bfa_port.h      |    2 +-
>  drivers/scsi/bfa/bfa_svc.c       |    2 +-
>  drivers/scsi/bfa/bfa_svc.h       |    2 +-
>  drivers/scsi/bfa/bfad.c          |   19 ++++------
>  drivers/scsi/bfa/bfad_attr.c     |   70 +++++++++++++++++++-----------------
> --
>  drivers/scsi/bfa/bfad_bsg.c      |    2 +-
>  drivers/scsi/bfa/bfad_bsg.h      |    2 +-
>  drivers/scsi/bfa/bfad_debugfs.c  |    2 +-
>  drivers/scsi/bfa/bfad_drv.h      |    2 +-
>  drivers/scsi/bfa/bfad_im.c       |    4 +-
>  drivers/scsi/bfa/bfad_im.h       |    2 +-
>  drivers/scsi/bfa/bfi.h           |    2 +-
>  drivers/scsi/bfa/bfi_ms.h        |    2 +-
>  drivers/scsi/bfa/bfi_reg.h       |    4 +-
>  39 files changed, 84 insertions(+), 89 deletions(-)
> 
> diff --git a/drivers/scsi/bfa/bfa.h b/drivers/scsi/bfa/bfa.h
> index 7d0337b..0e119d8 100644
> --- a/drivers/scsi/bfa/bfa.h
> +++ b/drivers/scsi/bfa/bfa.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_core.c b/drivers/scsi/bfa/bfa_core.c
> index f157a37..2ea0db4 100644
> --- a/drivers/scsi/bfa/bfa_core.c
> +++ b/drivers/scsi/bfa/bfa_core.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_cs.h b/drivers/scsi/bfa/bfa_cs.h
> index c8bb20a..da9cf65 100644
> --- a/drivers/scsi/bfa/bfa_cs.h
> +++ b/drivers/scsi/bfa/bfa_cs.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_defs.h b/drivers/scsi/bfa/bfa_defs.h
> index da4f705..5dc3782 100644
> --- a/drivers/scsi/bfa/bfa_defs.h
> +++ b/drivers/scsi/bfa/bfa_defs.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_defs_fcs.h
> b/drivers/scsi/bfa/bfa_defs_fcs.h
> index 5185ae3..5815a90 100644
> --- a/drivers/scsi/bfa/bfa_defs_fcs.h
> +++ b/drivers/scsi/bfa/bfa_defs_fcs.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_defs_svc.h
> b/drivers/scsi/bfa/bfa_defs_svc.h
> index fd2fa24..e81707f 100644
> --- a/drivers/scsi/bfa/bfa_defs_svc.h
> +++ b/drivers/scsi/bfa/bfa_defs_svc.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fc.h b/drivers/scsi/bfa/bfa_fc.h
> index 7142309..18b7304 100644
> --- a/drivers/scsi/bfa/bfa_fc.h
> +++ b/drivers/scsi/bfa/bfa_fc.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcbuild.c b/drivers/scsi/bfa/bfa_fcbuild.c
> index 6f670d3..b8dadc9 100644
> --- a/drivers/scsi/bfa/bfa_fcbuild.c
> +++ b/drivers/scsi/bfa/bfa_fcbuild.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcbuild.h b/drivers/scsi/bfa/bfa_fcbuild.h
> index 85e3c58..b109a88 100644
> --- a/drivers/scsi/bfa/bfa_fcbuild.h
> +++ b/drivers/scsi/bfa/bfa_fcbuild.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcpim.c b/drivers/scsi/bfa/bfa_fcpim.c
> index 3881a72..20982e7 100644
> --- a/drivers/scsi/bfa/bfa_fcpim.c
> +++ b/drivers/scsi/bfa/bfa_fcpim.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcpim.h b/drivers/scsi/bfa/bfa_fcpim.h
> index 0c37062..e93921d 100644
> --- a/drivers/scsi/bfa/bfa_fcpim.h
> +++ b/drivers/scsi/bfa/bfa_fcpim.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcs.c b/drivers/scsi/bfa/bfa_fcs.c
> index 043d3c0..1e7e139 100644
> --- a/drivers/scsi/bfa/bfa_fcs.c
> +++ b/drivers/scsi/bfa/bfa_fcs.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcs.h b/drivers/scsi/bfa/bfa_fcs.h
> index 30b4555..06dc215 100644
> --- a/drivers/scsi/bfa/bfa_fcs.h
> +++ b/drivers/scsi/bfa/bfa_fcs.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -634,7 +634,7 @@ void bfa_fcs_fcpim_uf_recv(struct bfa_fcs_itnim_s *itnim,
>  
>  /*
>   * HBA Attribute Block : BFA internal representation. Note : Some variable
> - * sizes have been trimmed to suit BFA For Ex : Model will be "Brocade".
> Based
> + * sizes have been trimmed to suit BFA For Ex : Model will be "QLogic ".
> Based
>   * on this the size has been reduced to 16 bytes from the standard's 64
> bytes.
>   */
>  struct bfa_fcs_fdmi_hba_attr_s {
> diff --git a/drivers/scsi/bfa/bfa_fcs_fcpim.c
> b/drivers/scsi/bfa/bfa_fcs_fcpim.c
> index 4fd20d9..4f089d7 100644
> --- a/drivers/scsi/bfa/bfa_fcs_fcpim.c
> +++ b/drivers/scsi/bfa/bfa_fcs_fcpim.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c
> b/drivers/scsi/bfa/bfa_fcs_lport.c
> index d823792..7733ad5 100644
> --- a/drivers/scsi/bfa/bfa_fcs_lport.c
> +++ b/drivers/scsi/bfa/bfa_fcs_lport.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -2654,7 +2654,7 @@ bfa_fcs_fdmi_get_hbaattr(struct bfa_fcs_lport_fdmi_s
> *fdmi,
>  
>  	strncpy(hba_attr->node_sym_name.symname,
>  		port->port_cfg.node_sym_name.symname, BFA_SYMNAME_MAXLEN);
> -	strcpy(hba_attr->vendor_info, "BROCADE");
> +	strcpy(hba_attr->vendor_info, "QLogic");
>  	hba_attr->num_ports =
>  		cpu_to_be32(bfa_ioc_get_nports(&port->fcs->bfa->ioc));
>  	hba_attr->fabric_name = port->fabric->lps->pr_nwwn;
> diff --git a/drivers/scsi/bfa/bfa_fcs_rport.c
> b/drivers/scsi/bfa/bfa_fcs_rport.c
> index 5559faa..de50349 100644
> --- a/drivers/scsi/bfa/bfa_fcs_rport.c
> +++ b/drivers/scsi/bfa/bfa_fcs_rport.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_hw_cb.c b/drivers/scsi/bfa/bfa_hw_cb.c
> index e3648d9..c4a0c0e 100644
> --- a/drivers/scsi/bfa/bfa_hw_cb.c
> +++ b/drivers/scsi/bfa/bfa_hw_cb.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_hw_ct.c b/drivers/scsi/bfa/bfa_hw_ct.c
> index f19bc44..b0ff378 100644
> --- a/drivers/scsi/bfa/bfa_hw_ct.c
> +++ b/drivers/scsi/bfa/bfa_hw_ct.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_ioc.c b/drivers/scsi/bfa/bfa_ioc.c
> index e9a7c64..251e2ff 100644
> --- a/drivers/scsi/bfa/bfa_ioc.c
> +++ b/drivers/scsi/bfa/bfa_ioc.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -2698,7 +2698,7 @@ bfa_ioc_reset_fwstate(struct bfa_ioc_s *ioc)
>  	bfa_ioc_set_alt_ioc_fwstate(ioc, BFI_IOC_UNINIT);
>  }
>  
> -#define BFA_MFG_NAME "Brocade"
> +#define BFA_MFG_NAME "QLogic"
>  void
>  bfa_ioc_get_adapter_attr(struct bfa_ioc_s *ioc,
>  			 struct bfa_adapter_attr_s *ad_attr)
> diff --git a/drivers/scsi/bfa/bfa_ioc.h b/drivers/scsi/bfa/bfa_ioc.h
> index 0d6e165..713745d 100644
> --- a/drivers/scsi/bfa/bfa_ioc.h
> +++ b/drivers/scsi/bfa/bfa_ioc.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_ioc_cb.c b/drivers/scsi/bfa/bfa_ioc_cb.c
> index 10a0042..f1b80da 100644
> --- a/drivers/scsi/bfa/bfa_ioc_cb.c
> +++ b/drivers/scsi/bfa/bfa_ioc_cb.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_ioc_ct.c b/drivers/scsi/bfa/bfa_ioc_ct.c
> index 1e5fa61..651a8fb 100644
> --- a/drivers/scsi/bfa/bfa_ioc_ct.c
> +++ b/drivers/scsi/bfa/bfa_ioc_ct.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_modules.h b/drivers/scsi/bfa/bfa_modules.h
> index 5b02415..53135f2 100644
> --- a/drivers/scsi/bfa/bfa_modules.h
> +++ b/drivers/scsi/bfa/bfa_modules.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_plog.h b/drivers/scsi/bfa/bfa_plog.h
> index 4fdba6f..da570c0 100644
> --- a/drivers/scsi/bfa/bfa_plog.h
> +++ b/drivers/scsi/bfa/bfa_plog.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_port.c b/drivers/scsi/bfa/bfa_port.c
> index 314548a..da1721e 100644
> --- a/drivers/scsi/bfa/bfa_port.c
> +++ b/drivers/scsi/bfa/bfa_port.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_port.h b/drivers/scsi/bfa/bfa_port.h
> index ba715ce..26dc1bf 100644
> --- a/drivers/scsi/bfa/bfa_port.h
> +++ b/drivers/scsi/bfa/bfa_port.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_svc.c b/drivers/scsi/bfa/bfa_svc.c
> index 93e588f..12de292 100644
> --- a/drivers/scsi/bfa/bfa_svc.c
> +++ b/drivers/scsi/bfa/bfa_svc.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfa_svc.h b/drivers/scsi/bfa/bfa_svc.h
> index efb0497..ea2278b 100644
> --- a/drivers/scsi/bfa/bfa_svc.h
> +++ b/drivers/scsi/bfa/bfa_svc.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfad.c b/drivers/scsi/bfa/bfad.c
> index f298b2e..9d253cb 100644
> --- a/drivers/scsi/bfa/bfad.c
> +++ b/drivers/scsi/bfa/bfad.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -131,13 +131,9 @@ MODULE_PARM_DESC(bfa_linkup_delay, "Link up delay,
> default=30 secs for "
>  			"boot port. Otherwise 10 secs in RHEL4 & 0 for "
>  			"[RHEL5, SLES10, ESX40] Range[>0]");
>  module_param(msix_disable_cb, int, S_IRUGO | S_IWUSR);
> -MODULE_PARM_DESC(msix_disable_cb, "Disable Message Signaled Interrupts "
> -			"for Brocade-415/425/815/825 cards, default=0, "
> -			" Range[false:0|true:1]");
> +MODULE_PARM_DESC(msix_disable_cb, "Disable Message Signaled Interrupts for
> QLogic-415/425/815/825 cards, default=0 Range[false:0|true:1]");
>  module_param(msix_disable_ct, int, S_IRUGO | S_IWUSR);
> -MODULE_PARM_DESC(msix_disable_ct, "Disable Message Signaled Interrupts "
> -			"if possible for Brocade-1010/1020/804/1007/902/1741 
> "
> -			"cards, default=0, Range[false:0|true:1]");
> +MODULE_PARM_DESC(msix_disable_ct, "Disable Message Signaled Interrupts if
> possible for QLogic-1010/1020/804/1007/902/1741 cards, default=0,
> Range[false:0|true:1]");
>  module_param(fdmi_enable, int, S_IRUGO | S_IWUSR);
>  MODULE_PARM_DESC(fdmi_enable, "Enables fdmi registration, default=1, "
>  				"Range[false:0|true:1]");
> @@ -839,8 +835,7 @@ bfad_drv_init(struct bfad_s *bfad)
>  		printk(KERN_WARNING "bfad%d bfad_hal_mem_alloc failure\n",
>  		       bfad->inst_no);
>  		printk(KERN_WARNING
> -			"Not enough memory to attach all Brocade HBA ports,
> %s",
> -			"System may need more memory.\n");
> +			"Not enough memory to attach all QLogic BR-series
> HBA ports. System may need more memory.\n");
>  		return BFA_STATUS_FAILED;
>  	}
>  
> @@ -1711,7 +1706,7 @@ bfad_init(void)
>  {
>  	int		error = 0;
>  
> -	printk(KERN_INFO "Brocade BFA FC/FCOE SCSI driver - version: %s\n",
> +	pr_info("QLogic BR-series BFA FC/FCOE SCSI driver - version: %s\n",
>  			BFAD_DRIVER_VERSION);
>  
>  	if (num_sgpgs > 0)
> @@ -1818,6 +1813,6 @@ bfad_free_fwimg(void)
>  module_init(bfad_init);
>  module_exit(bfad_exit);
>  MODULE_LICENSE("GPL");
> -MODULE_DESCRIPTION("Brocade Fibre Channel HBA Driver" BFAD_PROTO_NAME);
> -MODULE_AUTHOR("Brocade Communications Systems, Inc.");
> +MODULE_DESCRIPTION("QLogic BR-series Fibre Channel HBA Driver"
> BFAD_PROTO_NAME);
> +MODULE_AUTHOR("QLogic Corporation");
>  MODULE_VERSION(BFAD_DRIVER_VERSION);
> diff --git a/drivers/scsi/bfa/bfad_attr.c b/drivers/scsi/bfa/bfad_attr.c
> index 66cca48..13db3b7 100644
> --- a/drivers/scsi/bfa/bfad_attr.c
> +++ b/drivers/scsi/bfa/bfad_attr.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -751,65 +751,65 @@ bfad_im_model_desc_show(struct device *dev, struct
> device_attribute *attr,
>  
>  	bfa_get_adapter_model(&bfad->bfa, model);
>  	nports = bfa_get_nports(&bfad->bfa);
> -	if (!strcmp(model, "Brocade-425"))
> +	if (!strcmp(model, "QLogic-425"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 4Gbps PCIe dual port FC HBA");
> -	else if (!strcmp(model, "Brocade-825"))
> +			"QLogic BR-series 4Gbps PCIe dual port FC HBA");
> +	else if (!strcmp(model, "QLogic-825"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 8Gbps PCIe dual port FC HBA");
> -	else if (!strcmp(model, "Brocade-42B"))
> +			"QLogic BR-series 8Gbps PCIe dual port FC HBA");
> +	else if (!strcmp(model, "QLogic-42B"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 4Gbps PCIe dual port FC HBA for HP");
> -	else if (!strcmp(model, "Brocade-82B"))
> +			"QLogic BR-series 4Gbps PCIe dual port FC HBA for
> HP");
> +	else if (!strcmp(model, "QLogic-82B"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 8Gbps PCIe dual port FC HBA for HP");
> -	else if (!strcmp(model, "Brocade-1010"))
> +			"QLogic BR-series 8Gbps PCIe dual port FC HBA for
> HP");
> +	else if (!strcmp(model, "QLogic-1010"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 10Gbps single port CNA");
> -	else if (!strcmp(model, "Brocade-1020"))
> +			"QLogic BR-series 10Gbps single port CNA");
> +	else if (!strcmp(model, "QLogic-1020"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 10Gbps dual port CNA");
> -	else if (!strcmp(model, "Brocade-1007"))
> +			"QLogic BR-series 10Gbps dual port CNA");
> +	else if (!strcmp(model, "QLogic-1007"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 10Gbps CNA for IBM Blade Center");
> -	else if (!strcmp(model, "Brocade-415"))
> +			"QLogic BR-series 10Gbps CNA for IBM Blade Center");
> +	else if (!strcmp(model, "QLogic-415"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 4Gbps PCIe single port FC HBA");
> -	else if (!strcmp(model, "Brocade-815"))
> +			"QLogic BR-series 4Gbps PCIe single port FC HBA");
> +	else if (!strcmp(model, "QLogic-815"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 8Gbps PCIe single port FC HBA");
> -	else if (!strcmp(model, "Brocade-41B"))
> +			"QLogic BR-series 8Gbps PCIe single port FC HBA");
> +	else if (!strcmp(model, "QLogic-41B"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 4Gbps PCIe single port FC HBA for HP");
> -	else if (!strcmp(model, "Brocade-81B"))
> +			"QLogic BR-series 4Gbps PCIe single port FC HBA for
> HP");
> +	else if (!strcmp(model, "QLogic-81B"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 8Gbps PCIe single port FC HBA for HP");
> -	else if (!strcmp(model, "Brocade-804"))
> +			"QLogic BR-series 8Gbps PCIe single port FC HBA for
> HP");
> +	else if (!strcmp(model, "QLogic-804"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 8Gbps FC HBA for HP Bladesystem C-class");
> -	else if (!strcmp(model, "Brocade-1741"))
> +			"QLogic BR-series 8Gbps FC HBA for HP Bladesystem C-
> class");
> +	else if (!strcmp(model, "QLogic-1741"))
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -			"Brocade 10Gbps CNA for Dell M-Series Blade
> Servers");
> -	else if (strstr(model, "Brocade-1860")) {
> +			"QLogic BR-series 10Gbps CNA for Dell M-Series Blade
> Servers");
> +	else if (strstr(model, "QLogic-1860")) {
>  		if (nports == 1 && bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 10Gbps single port CNA");
> +				"QLogic BR-series 10Gbps single port CNA");
>  		else if (nports == 1 && !bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 16Gbps PCIe single port FC HBA");
> +				"QLogic BR-series 16Gbps PCIe single port FC
> HBA");
>  		else if (nports == 2 && bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 10Gbps dual port CNA");
> +				"QLogic BR-series 10Gbps dual port CNA");
>  		else if (nports == 2 && !bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 16Gbps PCIe dual port FC HBA");
> -	} else if (!strcmp(model, "Brocade-1867")) {
> +				"QLogic BR-series 16Gbps PCIe dual port FC
> HBA");
> +	} else if (!strcmp(model, "QLogic-1867")) {
>  		if (nports == 1 && !bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 16Gbps PCIe single port FC HBA for
> IBM");
> +				"QLogic BR-series 16Gbps PCIe single port FC
> HBA for IBM");
>  		else if (nports == 2 && !bfa_ioc_is_cna(&bfad->bfa.ioc))
>  			snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
> -				"Brocade 16Gbps PCIe dual port FC HBA for
> IBM");
> +				"QLogic BR-series 16Gbps PCIe dual port FC
> HBA for IBM");
>  	} else
>  		snprintf(model_descr, BFA_ADAPTER_MODEL_DESCR_LEN,
>  			"Invalid Model");
> diff --git a/drivers/scsi/bfa/bfad_bsg.c b/drivers/scsi/bfa/bfad_bsg.c
> index b9d1460..d1ad020 100644
> --- a/drivers/scsi/bfa/bfad_bsg.c
> +++ b/drivers/scsi/bfa/bfad_bsg.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfad_bsg.h b/drivers/scsi/bfa/bfad_bsg.h
> index 59aca80..917e140 100644
> --- a/drivers/scsi/bfa/bfad_bsg.h
> +++ b/drivers/scsi/bfa/bfad_bsg.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfad_debugfs.c
> b/drivers/scsi/bfa/bfad_debugfs.c
> index 62b11d4..8dcd8c7 100644
> --- a/drivers/scsi/bfa/bfad_debugfs.c
> +++ b/drivers/scsi/bfa/bfad_debugfs.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfad_drv.h b/drivers/scsi/bfa/bfad_drv.h
> index 58fee34..8001459 100644
> --- a/drivers/scsi/bfa/bfad_drv.h
> +++ b/drivers/scsi/bfa/bfad_drv.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfad_im.c b/drivers/scsi/bfa/bfad_im.c
> index 2c0cf8a..6c805e1 100644
> --- a/drivers/scsi/bfa/bfad_im.c
> +++ b/drivers/scsi/bfa/bfad_im.c
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -186,7 +186,7 @@ bfad_im_info(struct Scsi_Host *shost)
>  
>  	memset(bfa_buf, 0, sizeof(bfa_buf));
>  	snprintf(bfa_buf, sizeof(bfa_buf),
> -		"Brocade FC/FCOE Adapter, " "hwpath: %s driver: %s",
> +		"QLogic BR-series FC/FCOE Adapter, hwpath: %s driver: %s",
>  		bfad->pci_name, BFAD_DRIVER_VERSION);
>  
>  	return bfa_buf;
> diff --git a/drivers/scsi/bfa/bfad_im.h b/drivers/scsi/bfa/bfad_im.h
> index 31434df..836fdc2 100644
> --- a/drivers/scsi/bfa/bfad_im.h
> +++ b/drivers/scsi/bfa/bfad_im.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfi.h b/drivers/scsi/bfa/bfi.h
> index 54c93ef..97600dc 100644
> --- a/drivers/scsi/bfa/bfi.h
> +++ b/drivers/scsi/bfa/bfi.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfi_ms.h b/drivers/scsi/bfa/bfi_ms.h
> index 8699be4..ae5bfe0 100644
> --- a/drivers/scsi/bfa/bfi_ms.h
> +++ b/drivers/scsi/bfa/bfi_ms.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> diff --git a/drivers/scsi/bfa/bfi_reg.h b/drivers/scsi/bfa/bfi_reg.h
> index 7d071a4..fd5b876 100644
> --- a/drivers/scsi/bfa/bfi_reg.h
> +++ b/drivers/scsi/bfa/bfi_reg.h
> @@ -4,7 +4,7 @@
>   * All rights reserved
>   * www.qlogic.com
>   *
> - * Linux driver for Brocade Fibre Channel Host Bus Adapter.
> + * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
>   *
>   * This program is free software; you can redistribute it and/or modify it
>   * under the terms of the GNU General Public License (GPL) Version 2 as
> @@ -17,7 +17,7 @@
>   */
>  
>  /*
> - * bfi_reg.h ASIC register defines for all Brocade adapter ASICs
> + * bfi_reg.h ASIC register defines for all QLogic BR-series adapter ASICs
>   */
>  
>  #ifndef __BFI_REG_H__

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
--
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

  reply	other threads:[~2015-11-26  8:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26  7:43 [PATCH 0/4] bfa: Patches for scsi "misc" branch anil.gurumurthy
2015-11-26  7:43 ` [PATCH 1/4] bfa:Updating copyright messages anil.gurumurthy
2015-11-26  8:36   ` Johannes Thumshirn
2015-11-26  7:43 ` [PATCH 2/4] bfa:Fix for crash when bfa_itnim is NULL anil.gurumurthy
2015-11-26  8:35   ` Johannes Thumshirn
2015-11-26  9:26     ` Anil Gurumurthy
2015-11-26  7:43 ` [PATCH 3/4] bfa:File header and user visible string changes anil.gurumurthy
2015-11-26  8:36   ` Johannes Thumshirn [this message]
2015-11-26  7:43 ` [PATCH 4/4] bfa:Update driver version to 3.2.25.0 anil.gurumurthy
2015-11-26  8:36   ` Johannes Thumshirn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448526988.2877.87.camel@suse.de \
    --to=jthumshirn@suse.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=anil.gurumurthy@qlogic.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=sudarsana.kalluru@qlogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.