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

Removed extra space in variable declaration in qla2x00_sysfs_write_nvram

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
changes v2:
 - Added a small note about change.
---
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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11 13:16 [PATCH v2] scsi: qla2xxx: Removed extra space in variable declaration Milan P. Gandhi
2021-02-11 15:57 ` Bart Van Assche
2021-02-11 16:48   ` Himanshu Madhani
2021-02-12  4:10     ` 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