Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00bc42a1 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina
Browse files

Remove empty comment in acpi/power.c



Remove an empty comment.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f77f13e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -171,7 +171,6 @@ static int acpi_power_get_list_state(struct acpi_handle_list *list, int *state)
		return -EINVAL;
		return -EINVAL;


	/* The state of the list is 'on' IFF all resources are 'on'. */
	/* The state of the list is 'on' IFF all resources are 'on'. */
	/* */


	for (i = 0; i < list->count; i++) {
	for (i = 0; i < list->count; i++) {
		/*
		/*