]> 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>
Thu, 27 Jun 2013 23:53:00 +0000 (09:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:25 +0000 (16:38 +1000)
commit3f0d9465416d17ba18acb16777a7ff239cf32895
tree02ecc42012f57634e1b7fcbafb707c62be7d5781
parentc96d800c526cbfda2387c36a2bc8441c5e5a4e62
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