Re: [PATCH] fbmem: Adjust indentation in fb_prepare_logo and fb_blank

2020-01-15 Thread Bartlomiej Zolnierkiewicz
On 12/20/19 7:09 PM, Nick Desaulniers wrote: > On Tue, Dec 17, 2019 at 7:00 PM Nathan Chancellor > wrote: >> >> Clang warns: >> >> ../drivers/video/fbdev/core/fbmem.c:665:3: warning: misleading >> indentation; statement is not part of the previous 'else' >> [-Wmisleading-indentation] >>

Re: [PATCH] fbmem: Adjust indentation in fb_prepare_logo and fb_blank

2019-12-23 Thread Nick Desaulniers
On Tue, Dec 17, 2019 at 7:00 PM Nathan Chancellor wrote: > > Clang warns: > > ../drivers/video/fbdev/core/fbmem.c:665:3: warning: misleading > indentation; statement is not part of the previous 'else' > [-Wmisleading-indentation] > if (fb_logo.depth > 4 && depth > 4) { > ^ > ../dri

[PATCH] fbmem: Adjust indentation in fb_prepare_logo and fb_blank

2019-12-18 Thread Nathan Chancellor
Clang warns: ../drivers/video/fbdev/core/fbmem.c:665:3: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] if (fb_logo.depth > 4 && depth > 4) { ^ ../drivers/video/fbdev/core/fbmem.c:661:2: note: previous statement is here