2022-02-26 02:40:55

by Yang Li

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

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

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
---
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


2022-03-21 00:28:11

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH -next v2] scsi: megasas: clean up some inconsistent indenting

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