linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kernel: Power: main.c: Cleaned up a comment block
@ 2016-03-07 10:09 Philippe Loctaux
  2016-03-08  9:44 ` Pavel Machek
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Loctaux @ 2016-03-07 10:09 UTC (permalink / raw)
  To: rjw; +Cc: len.brown, pavel, linux-pm, linux-kernel, Philippe Loctaux

Removed a * in the beginning of the block, and removed an unnecessary space.

Signed-off-by: Philippe Loctaux <phil@philippeloctaux.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


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

* Re: [PATCH] Kernel: Power: main.c: Cleaned up a comment block
  2016-03-07 10:09 [PATCH] Kernel: Power: main.c: Cleaned up a comment block Philippe Loctaux
@ 2016-03-08  9:44 ` Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2016-03-08  9:44 UTC (permalink / raw)
  To: Philippe Loctaux; +Cc: rjw, len.brown, linux-pm, linux-kernel

On Mon 2016-03-07 11:09:15, Philippe Loctaux wrote:
> Removed a * in the beginning of the block, and removed an unnecessary space.
> 
> Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>

NAK.

Google kerneldoc, people actually like two spaces after ., and you
should not be changing whitespace unless you update code, anyway.
								Pavel

> ---
>  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

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2016-03-08  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 10:09 [PATCH] Kernel: Power: main.c: Cleaned up a comment block Philippe Loctaux
2016-03-08  9:44 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).