lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <SJ2PR11MB8369F6648B1B4407735D64C4E1822@SJ2PR11MB8369.namprd11.prod.outlook.com>
Date: Thu, 1 May 2025 13:35:28 +0000
From: <Don.Brace@...rochip.com>
To: <dan.carpenter@...aro.org>, <yi.zhang@...hat.com>
CC: <James.Bottomley@...senpartnership.com>, <martin.petersen@...cle.com>,
	<storagedev@...rochip.com>, <linux-scsi@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] scsi: smartpqi: Delete a stray tab in
 pqi_is_parity_write_stream()


________________________________________
From: Dan Carpenter <dan.carpenter@...aro.org>
Sent: Wednesday, April 30, 2025 3:09 AM
To: Yi Zhang <yi.zhang@...hat.com>
Cc: Don Brace - C33706 <Don.Brace@...rochip.com>; James E.J. Bottomley <James.Bottomley@...senpartnership.com>; Martin K. Petersen <martin.petersen@...cle.com>; storagedev <storagedev@...rochip.com>; linux-scsi@...r.kernel.org <linux-scsi@...r.kernel.org>; linux-kernel@...r.kernel.org <linux-kernel@...r.kernel.org>; kernel-janitors@...r.kernel.org <kernel-janitors@...r.kernel.org>
Subject: [PATCH] scsi: smartpqi: Delete a stray tab in pqi_is_parity_write_stream()
 
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe

We accidentally intended this line an extra tab.  Delete the tab.

Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>

Thank you for doing this Dan.
Don


---
 drivers/scsi/smartpqi/smartpqi_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
index 93e6c777a01e..1d784ee7671c 100644
--- a/drivers/scsi/smartpqi/smartpqi_init.c
+++ b/drivers/scsi/smartpqi/smartpqi_init.c
@@ -6004,7 +6004,7 @@ static bool pqi_is_parity_write_stream(struct pqi_ctrl_info *ctrl_info,
                        pqi_stream_data->next_lba = rmd.first_block +
                                rmd.block_cnt;
                        pqi_stream_data->last_accessed = jiffies;
-                               per_cpu_ptr(device->raid_io_stats, raw_smp_processor_id())->write_stream_cnt++;
+                       per_cpu_ptr(device->raid_io_stats, raw_smp_processor_id())->write_stream_cnt++;
                        return true;
                }

--
2.47.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ