[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1457345355-20102-1-git-send-email-phil@philippeloctaux.com>
Date: Mon, 7 Mar 2016 11:09:15 +0100
From: Philippe Loctaux <phil@...lippeloctaux.com>
To: rjw@...ysocki.net
Cc: len.brown@...el.com, pavel@....cz, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org,
Philippe Loctaux <phil@...lippeloctaux.com>
Subject: [PATCH] Kernel: Power: main.c: Cleaned up a comment block
Removed a * in the beginning of the block, and removed an unnecessary space.
Signed-off-by: Philippe Loctaux <phil@...lippeloctaux.com>
---
kernel/power/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/power/main.c b/kernel/power/main.c
index 2794697..d7386cb 100644
--- a/kernel/power/main.c
+++ b/kernel/power/main.c
@@ -288,11 +288,11 @@ static inline void pm_print_times_init(void) {}
struct kobject *power_kobj;
-/**
+/*
* state - control system sleep states.
*
* show() returns available sleep state labels, which may be "mem", "standby",
- * "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a
+ * "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a
* description of what they mean.
*
* store() accepts one of those strings, translates it into the proper
--
2.7.2
Powered by blists - more mailing lists