From: Sachin Kamat Date: Fri, 15 Mar 2013 04:37:03 +0000 (+0530) Subject: pinctrl: at91: Fix checkpatch errors X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~141^2~43 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c93600d3e7aa28d4e71790adda9be0e3baa2f9f;p=pandora-kernel.git pinctrl: at91: Fix checkpatch errors Fixes the following types of checkpatch errors: ERROR: "foo * bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: space required before the open parenthesis '(' ERROR: "(foo*)" should be "(foo *)" ERROR: space required after that ',' (ctx:WxV) ERROR: "(foo*const*)" should be "(foo *const*)" ERROR: space required before that '*' (ctx:VxB) Signed-off-by: Sachin Kamat Signed-off-by: Linus Walleij --- Reading git-diff-tree failed