Skip to content

Commit b3a94ca

Browse files
committed
scsi: megaraid_sas: Clean up some inconsistent indenting
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2120068 This was found by coccicheck: drivers/scsi/megaraid/megaraid_sas_base.c:3950 process_fw_state_change_wq() warn: inconsistent indenting. Link: https://lore.kernel.org/r/20220630074152.29171-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> (cherry picked from commit acd1a27) Signed-off-by: Tomas Henzl <thenzl@redhat.com>
1 parent 4bf45b9 commit b3a94ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/megaraid/megaraid_sas_base.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,9 +3989,9 @@ process_fw_state_change_wq(struct work_struct *work)
39893989
u32 wait;
39903990
unsigned long flags;
39913991

3992-
if (atomic_read(&instance->adprecovery) != MEGASAS_ADPRESET_SM_INFAULT) {
3992+
if (atomic_read(&instance->adprecovery) != MEGASAS_ADPRESET_SM_INFAULT) {
39933993
dev_notice(&instance->pdev->dev, "error, recovery st %x\n",
3994-
atomic_read(&instance->adprecovery));
3994+
atomic_read(&instance->adprecovery));
39953995
return ;
39963996
}
39973997

0 commit comments

Comments
 (0)