From: Joe Perches Date: Wed, 6 Aug 2014 23:11:12 +0000 (-0700) Subject: checkpatch: add --fix option for a couple OPEN_BRACE misuses X-Git-Tag: cleanup-for-v3.18~96^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1824780f2f1786db5e0e7a54bbae75340c655c;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed