]> git.baikalelectronics.ru Git - kernel.git/commit
x86: clean up drivers/char/rtc.c
authorIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:09 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:09 +0000 (13:31 +0100)
commit078e5576b6573b097c0bccc1eac4493d73305afe
treef7965a80e784b659568dbd41e9773e812e550880
parentb0cc5e70b08b945d95174070c9b8549f84b16cd1
x86: clean up drivers/char/rtc.c

tons of style cleanup in drivers/char/rtc.c - no code changed:

   text    data     bss     dec     hex filename
   6400     384      32    6816    1aa0 rtc.o.before
   6400     384      32    6816    1aa0 rtc.o.after

since we seem to have a number of open breakages in this code we might
as well start with making the code more readable and maintainable.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/char/rtc.c