Re: [PATCH 3/7] fbdev/core: Fix style of code for boot-up logo

2023-09-06 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Fix a number of warnings from checkpatch.pl in this code before > moving it into a separate file. This includes > > * Prefer 'unsigned int' to bare use of 'unsigned' > * space required after that ',' (ctx:VxV) > * space prohibited after that open parenthesis '(' >

[PATCH 3/7] fbdev/core: Fix style of code for boot-up logo

2023-08-29 Thread Thomas Zimmermann
Fix a number of warnings from checkpatch.pl in this code before moving it into a separate file. This includes * Prefer 'unsigned int' to bare use of 'unsigned' * space required after that ',' (ctx:VxV) * space prohibited after that open parenthesis '(' * suspect code indent for conditional sta