]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-ds1305.c: add missing braces around sizeof
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 May 2013 00:37:34 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:09:13 +0000 (16:09 +1000)
commit1baa2879e24588a8c3179a038cc04189060e1453
tree698f6774d89ae995db22b9b198cbf8d4e318d4d7
parentf7aa9f6f5e187924ec8f00dda7c958662d00a8de
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