[PATCH -next v2] scsi: megasas: clean up some inconsistent indenting

Yang Li posted 1 patch 4 years, 3 months ago
drivers/scsi/megaraid/megaraid_sas_fusion.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH -next v2] scsi: megasas: clean up some inconsistent indenting
Posted by Yang Li 4 years, 3 months ago
Eliminate the follow smatch warning:
drivers/scsi/megaraid/megaraid_sas_fusion.c:5104 megasas_reset_fusion()
warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/scsi/megaraid/megaraid_sas_fusion.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
index c72364864bf4..ae3ad7ebf346 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
@@ -5100,8 +5100,8 @@ int megasas_reset_fusion(struct Scsi_Host *shost, int reason)
 			if (instance->adapter_type >= VENTURA_SERIES) {
 				for (j = 0; j < MAX_LOGICAL_DRIVES_EXT; ++j) {
 					memset(fusion->stream_detect_by_ld[j],
-					0, sizeof(struct LD_STREAM_DETECT));
-				 fusion->stream_detect_by_ld[j]->mru_bit_map
+						0, sizeof(struct LD_STREAM_DETECT));
+					fusion->stream_detect_by_ld[j]->mru_bit_map
 						= MR_STREAM_BITMAP;
 				}
 			}
-- 
2.20.1.7.g153144c

Re: [PATCH -next v2] scsi: megasas: clean up some inconsistent indenting
Posted by Martin K. Petersen 4 years, 3 months ago
On Fri, 25 Feb 2022 09:16:05 +0800, Yang Li wrote:

> Eliminate the follow smatch warning:
> drivers/scsi/megaraid/megaraid_sas_fusion.c:5104 megasas_reset_fusion()
> warn: inconsistent indenting
> 
> 

Applied to 5.18/scsi-queue, thanks!

[1/1] scsi: megasas: clean up some inconsistent indenting
      https://git.kernel.org/mkp/scsi/c/7db304bd2a4f

-- 
Martin K. Petersen	Oracle Linux Engineering