* [PATCH] drivers: idle: intel_idle.c: Added a blank line after declaration
@ 2021-04-29 9:33 Shubhankar Kuranagatti
0 siblings, 0 replies; only message in thread
From: Shubhankar Kuranagatti @ 2021-04-29 9:33 UTC (permalink / raw)
To: jacob.jun.pan; +Cc: lenb, linux-pm, linux-kernel, sanjanasrinidhi1810
Added a blank after struct declaration
This is done to maintain code uniformity.
Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
---
drivers/idle/intel_idle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 3273360f30f7..25023690625a 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -1715,6 +1715,7 @@ static int __init intel_idle_init(void)
retval = cpuidle_register_driver(&intel_idle_driver);
if (retval) {
struct cpuidle_driver *drv = cpuidle_get_driver();
+
printk(KERN_DEBUG pr_fmt("intel_idle yielding to %s\n"),
drv ? drv->name : "none");
goto init_driver_fail;
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-29 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29 9:33 [PATCH] drivers: idle: intel_idle.c: Added a blank line after declaration Shubhankar Kuranagatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox