[PATCH] init: calibrate.c: Fixed some coding style issues.

From: Daniel Dawson
Date: Wed Nov 05 2014 - 13:29:14 EST


Fixed some coding style issues in init/calibrate.c

Signed-off-by: Daniel Dawson <dhdawson100@xxxxxxxxxxxxx>
---
init/calibrate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init/calibrate.c b/init/calibrate.c
index ce635dc..f61375e 100644
--- a/init/calibrate.c
+++ b/init/calibrate.c
@@ -15,7 +15,7 @@ unsigned long lpj_fine;
unsigned long preset_lpj;
static int __init lpj_setup(char *str)
{
- preset_lpj = simple_strtoul(str,NULL,0);
+ preset_lpj = simple_strtoul(str, NULL, 0);
return 1;
}

@@ -44,7 +44,7 @@ static unsigned long calibrate_delay_direct(void)
int min = -1;
int i;

- if (read_current_timer(&pre_start) < 0 )
+ if (read_current_timer(&pre_start) < 0)
return 0;

/*
--
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/