x86: corruption-check: fix some style issues

Impact: cleanup

Before moving the code to it's own file, fix some style issues
in the corruption check code.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Arjan van de Ven 2008-10-05 11:08:10 -07:00 committed by Ingo Molnar
parent f8d56f1771
commit 04d2aac33e

View file

@ -721,7 +721,8 @@ void check_for_bios_corruption(void)
static void periodic_check_for_corruption(unsigned long data)
{
check_for_bios_corruption();
mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ));
mod_timer(&periodic_check_timer,
round_jiffies(jiffies + corruption_check_period*HZ));
}
void start_periodic_check_for_corruption(void)