]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-rs5c313.c: fix spacing related issues
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:06:04 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:48 +0000 (16:07 -0700)
commite25f7c1bcc9a336fdeab420b3381a93e8c522412
tree6755ff10bb453951fe5a9ea826ad4c33f7ef8f5a
parent74cccfe4a9d23308bc4502a9a0b0a500a8000040
drivers/rtc/rtc-rs5c313.c: fix spacing related issues

Fixes the following types of checkpatch issues:

  WARNING: please, no space before tabs
  ERROR: space prohibited after that open parenthesis '('
  ERROR: space prohibited before that close parenthesis ')'
  ERROR: need consistent spacing around '>>' (ctx:VxW)

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-rs5c313.c