diff options
author | Joe Perches <joe@perches.com> | 2014-08-07 01:11:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 03:01:28 +0200 |
commit | 8d1824780f2f1786db5e0e7a54bbae75340c655c (patch) | |
tree | 802aa6870a881f28a4851a79b8240892ca2ef301 /drivers/spi/spi-pxa2xx.c | |
parent | checkpatch: use the correct indentation for which() (diff) | |
download | linux-8d1824780f2f1786db5e0e7a54bbae75340c655c.tar.xz linux-8d1824780f2f1786db5e0e7a54bbae75340c655c.zip |
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 'drivers/spi/spi-pxa2xx.c')
0 files changed, 0 insertions, 0 deletions