[PATCH] SPI: BCM2835: fix all checkpath --strict messages

Martin Sperl kernel at martin.sperl.org
Thu Mar 19 23:26:29 PDT 2015


> On 20.03.2015, at 05:58, Stephen Warren <swarren at wwwdotorg.org> wrote:
> 
> Do you have a list of the warnings this fixes and why? The extra
> wrapping here looks a bit odd, since the lines before your patch are
> well under 80 columns.

scripts/checkpatch.pl --file --terse --strict drivers/spi/spi-bcm2835.c
drivers/spi/spi-bcm2835.c:182: CHECK: Alignment should match open parenthesis
drivers/spi/spi-bcm2835.c:191: CHECK: braces {} should be used on all arms of this statement
drivers/spi/spi-bcm2835.c:234: CHECK: Alignment should match open parenthesis
drivers/spi/spi-bcm2835.c:256: CHECK: Alignment should match open parenthesis
drivers/spi/spi-bcm2835.c:271: CHECK: Alignment should match open parenthesis
drivers/spi/spi-bcm2835.c:346: CHECK: Alignment should match open parenthesis
total: 0 errors, 0 warnings, 6 checks, 403 lines checked

Martin


More information about the linux-rpi-kernel mailing list