Hi Sachin,
On 15.01.2014 11:01, Sachin Kamat wrote:
Silences the following type of checkpatch errors:
ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Sachin Kamat <redacted>
---
drivers/clk/samsung/clk-exynos4.c | 50 ++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 25 deletions(-)
I believe this is a false warning. In this special case the spaces
greatly improve readability of static data in the driver, which I
believe is preferred over the strict rules of checkpatch.
Best regards,
Tomasz