diff options
author | Joe Perches <joe@perches.com> | 2014-08-06 16:11:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-06 18:01:28 -0700 |
commit | 8d1824780f2f1786db5e0e7a54bbae75340c655c (patch) | |
tree | 802aa6870a881f28a4851a79b8240892ca2ef301 /arch/mn10300 | |
parent | bd474ca076af8ac6fa8c5f4167f6024b446a08c8 (diff) | |
download | linux-8d1824780f2f1786db5e0e7a54bbae75340c655c.tar.bz2 |
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>
Diffstat (limited to 'arch/mn10300')
0 files changed, 0 insertions, 0 deletions