]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
checkpatch: add check for whitespace before semicolon at end-of-line
authorEric Nelson <eric.nelson@boundarydevices.com>
Thu, 3 May 2012 03:32:18 +0000 (20:32 -0700)
committerWolfgang Denk <wd@denx.de>
Thu, 21 Jun 2012 19:30:02 +0000 (21:30 +0200)
commit172a3a82afd042b8cf43a0cd9720195985a46e3c
tree3e727c550b32136a58d1a1aecbdce66e718a8511
parentb37d41aa24aedd84f718d019e5b7a27a06aa73fc
checkpatch: add check for whitespace before semicolon at end-of-line

This tests for a bad habits of mine like this:

return 0 ;

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
tools/checkpatch.pl