On Mon, 22 Mar 2021, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > With gcc-11, we get a warning about code that looks correct > but badly indented: > > drivers/video/backlight/jornada720_bl.c: In function ‘jornada_bl_update_status’: > drivers/video/backlight/jornada720_bl.c:66:11: error: this ‘else’ clause does not guard... [-Werror=misleading-indentation] > 66 | } else /* turn on backlight */ > | ^~~~ > > Change the formatting according to our normal conventions. > > Fixes: 13a7b5dc0d17 ("backlight: Adds HP Jornada 700 series backlight driver") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/video/backlight/jornada720_bl.c | 44 ++++++++++++------------- > 1 file changed, 22 insertions(+), 22 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel