]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-x1205.c: fix checkpatch issues
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:06:07 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:48 +0000 (16:07 -0700)
commit02229368f2f2706b23ccf5aed76f90e6b0a5d89c
tree6ea47470dd3a4b332b598f2813815cfc8dd6bbb9
parent438748474e943fa6cbc92d41fc477394f6a9cfbe
drivers/rtc/rtc-x1205.c: fix checkpatch issues

Fixes the following types of issues:

  ERROR: do not use assignment in if condition
  ERROR: open brace '{' following struct go on the same line
  ERROR: else should follow close brace '}'
  WARNING: please, no space before tabs

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-x1205.c