From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460AbcCGL0X (ORCPT ); Mon, 7 Mar 2016 06:26:23 -0500 Received: from 5.mo2.mail-out.ovh.net ([87.98.181.248]:53786 "EHLO 5.mo2.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752180AbcCGL0Q (ORCPT ); Mon, 7 Mar 2016 06:26:16 -0500 X-Greylist: delayed 2397 seconds by postgrey-1.27 at vger.kernel.org; Mon, 07 Mar 2016 06:26:16 EST From: Philippe Loctaux To: rjw@rjwysocki.net Cc: len.brown@intel.com, pavel@ucw.cz, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Philippe Loctaux Subject: [PATCH] Kernel: Power: main.c: Cleaned up a comment block Date: Mon, 7 Mar 2016 11:09:15 +0100 Message-Id: <1457345355-20102-1-git-send-email-phil@philippeloctaux.com> X-Mailer: git-send-email 2.7.2 X-Ovh-Tracer-Id: 6004987154141451695 X-Ovh-Remote: 80.14.13.17 (lstlambert-656-1-187-17.w80-14.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekjedrkeduucetufdoteggodftvfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekjedrkedugddutdcutefuodetggdotffvucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Removed a * in the beginning of the block, and removed an unnecessary space. Signed-off-by: Philippe Loctaux --- 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