• Pavel Machek's avatar
    leds: pca963: fix misleading indentation · 4d163215
    Pavel Machek authored
    I'm getting warnings:
    
    /tmp/next/build/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds':
    /tmp/next/build/drivers/leds/leds-pca963x.c:355:3: error: this 'if' clause does not guard...
    +[-Werror=misleading-indentation]
      355 |   if (hw_blink)
          |   ^~
    /tmp/next/build/drivers/leds/leds-pca963x.c:357:4: note: ...this statement, but the latter is
    +misleadingly indented as if it were guarded by the 'if'
      357 |    led->blinking = false;
          |    ^~~
    cc1: all warnings being treated as errors
    
    Fix the indentation to make them go away.
    Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
    4d163215
leds-pca963x.c 11 KB