Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Change-Id: I77f93d0a716a13517d008afd3d4b49ba88171ca7
- Loading branch information