the following patch was just integrated into master: commit 36d405268f040208cd26902f3c0b5346f7d4d25b Author: Stefan Reinauer reinauer@chromium.org Date: Mon Aug 1 12:21:30 2016 -0700
Update .checkpatch.conf
- Don't require a description of every config statement in the Kconfig changes - Don't complain about externs in .c files - Don't complain about the use of the volatile keyword. The kernel may not want it, but we definitely need it. - Disable checks that seem to be broken.
Change-Id: Ic419b81cd36852a91e887e610d4a04984ab5fbd7 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/16010 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens lynxis@fe80.eu
See https://review.coreboot.org/16010 for details.
-gerrit