[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BLU436-SMTP4872A8CFC8E70D215BBF81AF870@phx.gbl>
Date:	Wed, 5 Nov 2014 18:23:11 +0000
From:	Daniel Dawson <dhdawson100@...mail.co.uk>
To:	rmk+kernel@....linux.org.uk, pdeschrijver@...dia.com
CC:	linux-kernel@...r.kernel.org,
	Daniel Dawson <dhdawson100@...mail.co.uk>
Subject: [PATCH] init: calibrate.c: Fixed some coding style issues.
Fixed some coding style issues in init/calibrate.c
Signed-off-by: Daniel Dawson <dhdawson100@...mail.co.uk>
---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
