commit | 172a3a82afd042b8cf43a0cd9720195985a46e3c | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Wed May 02 20:32:18 2012 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jun 21 21:30:02 2012 +0200 |
tree | 3e727c550b32136a58d1a1aecbdce66e718a8511 | |
parent | b37d41aa24aedd84f718d019e5b7a27a06aa73fc [diff] |
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>