commit | 8d1824780f2f1786db5e0e7a54bbae75340c655c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Aug 06 16:11:12 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 06 18:01:28 2014 -0700 |
tree | 802aa6870a881f28a4851a79b8240892ca2ef301 | |
parent | bd474ca076af8ac6fa8c5f4167f6024b446a08c8 [diff] |
checkpatch: add --fix option for a couple OPEN_BRACE misuses Style misuses of these types are corrected: typedef struct foo { int bar; }; int foo(int bar) { return bar+1; } int foo(int bar) { return bar+1; } Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>