]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-ds1305.c: add missing braces around sizeof
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Jun 2013 00:08:49 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:47 +0000 (15:42 +1000)
commit94b47f3f9a970882b19d6ab234f42836d2bda65b
treeab50cc2d76f6045bda029ace48ddf7b440c2f51a
parentb268c4269e349ea7a88b13859d86208e40b6c8a8
drivers/rtc/rtc-ds1305.c: add missing braces around sizeof

Silences the following type of warnings:
WARNING: sizeof buf should be sizeof(buf)

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>
drivers/rtc/rtc-ds1305.c