]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drivers/rtc/rtc-ds1511.c: fix issues related to spaces and braces
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:05:49 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:47 +0000 (16:07 -0700)
commit7b2f0053b7dad07e1a18d0e46bc7ef4fb8ac564c
tree1e7847f0f29778f5ca2b5f800f25f4014145407d
parentadc7b9b68dbd914199867327a0a6113492eda94b
drivers/rtc/rtc-ds1511.c: fix issues related to spaces and braces

Fixes the following types of issues:

  WARNING: please, no spaces at the start of a line
  WARNING: braces {} are not necessary for single statement blocks

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