Files
Nick Desaulniers 2aa67287dc slimbus: fix -Wmisleading-indentation
Fixes:
drivers/slimbus/slimbus.c:2757:4: error: misleading indentation;
statement is not part of the previous 'if'
[-Werror,-Wmisleading-indentation]
slc->interval = slc->newintr;
^
drivers/slimbus/slimbus.c:2754:3: note: previous statement is here
if (slc->state == SLIM_CH_ACTIVE ||
^

This one looks like a bug to me and should be carefully reviewed.

Bug: 155426751
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I77f93d0a716a13517d008afd3d4b49ba88171ca7
2020-05-15 15:47:36 -07:00
..