From 00bc42a11b0be6ce34c403ccc1990a6846a90d37 Mon Sep 17 00:00:00 2001
From: "Justin P. Mattock" <justinmattock@gmail.com>
Date: Wed, 31 Mar 2010 16:22:54 -0700
Subject: [PATCH] Remove empty comment in acpi/power.c

Remove an empty comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 drivers/acpi/power.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c
index 0f30c3c1eea4..8ed24c2fa185 100644
--- a/drivers/acpi/power.c
+++ b/drivers/acpi/power.c
@@ -171,7 +171,6 @@ static int acpi_power_get_list_state(struct acpi_handle_list *list, int *state)
 		return -EINVAL;
 
 	/* The state of the list is 'on' IFF all resources are 'on'. */
-	/* */
 
 	for (i = 0; i < list->count; i++) {
 		/*