public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: cpuidle: Added a blank line after declarations
@ 2014-12-10 17:37 Anjana Sasindran
  2014-12-10 21:45 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Anjana Sasindran @ 2014-12-10 17:37 UTC (permalink / raw)
  To: rjw, daniel.lezcano; +Cc: linux-kernel, Anjana Sasindran

This patch fix the checkpatch.pl warning:

WARNING: Missing blank line after declarations

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
---
 drivers/cpuidle/driver.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/driver.c
index e431d11..7fa66f6 100644
--- a/drivers/cpuidle/driver.c
+++ b/drivers/cpuidle/driver.c
@@ -144,6 +144,7 @@ static inline void __cpuidle_unset_driver(struct cpuidle_driver *drv)
 static void cpuidle_setup_broadcast_timer(void *arg)
 {
 	int cpu = smp_processor_id();
+
 	clockevents_notify((long)(arg), &cpu);
 }
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-10 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 17:37 [PATCH] drivers: cpuidle: Added a blank line after declarations Anjana Sasindran
2014-12-10 21:45 ` Rafael J. Wysocki
2014-12-10 21:44   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox