ARM: SAMSUNG: cleanup of rtc register definitions
authorHeiko Stuebner <heiko@sntech.de>
Sat, 24 Dec 2011 01:52:10 +0000 (10:52 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 6 Feb 2012 23:03:41 +0000 (08:03 +0900)
regs-rtc.h uses a mixture of tabs and spaces and also (x<<y)
to format bits. So, before adding new stuff clean up the formatting
and also add spaces to the bit definitions (i.e. (x << y) )

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found