public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: qla2xxx: Removed extra space in variable declaration.
@ 2021-02-11  9:35 Milan P. Gandhi
  2021-02-11 13:03 ` Milan P. Gandhi
  0 siblings, 1 reply; 2+ messages in thread
From: Milan P. Gandhi @ 2021-02-11  9:35 UTC (permalink / raw)
  To: kernel-janitors
  Cc: GR-QLogic-Storage-Upstream, linux-scsi, njavali, jejb,
	martin.petersen

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
index ab45ac1e5a72..7f2db8badb6d 100644
--- a/drivers/scsi/qla2xxx/qla_attr.c
+++ b/drivers/scsi/qla2xxx/qla_attr.c
@@ -226,7 +226,7 @@ qla2x00_sysfs_write_nvram(struct file *filp, struct kobject *kobj,
 	struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj,
 	    struct device, kobj)));
 	struct qla_hw_data *ha = vha->hw;
-	uint16_t	cnt;
+	uint16_t cnt;
 
 	if (!capable(CAP_SYS_ADMIN) || off != 0 || count != ha->nvram_size ||
 	    !ha->isp_ops->write_nvram)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: qla2xxx: Removed extra space in variable declaration.
  2021-02-11  9:35 [PATCH] scsi: qla2xxx: Removed extra space in variable declaration Milan P. Gandhi
@ 2021-02-11 13:03 ` Milan P. Gandhi
  0 siblings, 0 replies; 2+ messages in thread
From: Milan P. Gandhi @ 2021-02-11 13:03 UTC (permalink / raw)
  To: kernel-janitors
  Cc: GR-QLogic-Storage-Upstream, linux-scsi, njavali, jejb,
	martin.petersen

Apologies for missing a note about change. Will correct it now and send updated version.

On 2/11/21 3:05 PM, Milan P. Gandhi wrote:
> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
> ---
> diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
> index ab45ac1e5a72..7f2db8badb6d 100644
> --- a/drivers/scsi/qla2xxx/qla_attr.c
> +++ b/drivers/scsi/qla2xxx/qla_attr.c
> @@ -226,7 +226,7 @@ qla2x00_sysfs_write_nvram(struct file *filp, struct kobject *kobj,
>  	struct scsi_qla_host *vha = shost_priv(dev_to_shost(container_of(kobj,
>  	    struct device, kobj)));
>  	struct qla_hw_data *ha = vha->hw;
> -	uint16_t	cnt;
> +	uint16_t cnt;
>  
>  	if (!capable(CAP_SYS_ADMIN) || off != 0 || count != ha->nvram_size ||
>  	    !ha->isp_ops->write_nvram)
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-11 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11  9:35 [PATCH] scsi: qla2xxx: Removed extra space in variable declaration Milan P. Gandhi
2021-02-11 13:03 ` Milan P. Gandhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox