Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04d2aac3 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Ingo Molnar
Browse files

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: default avatarArjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f8d56f17
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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)