Re: [PATCH] drivers/acpi/utils.c: Fixed coding style issues

From: Joe Perches
Date: Mon May 02 2011 - 20:26:51 EST


On Mon, 2011-05-02 at 17:16 -0500, Karthigan Srinivasan wrote:
> drivers/acpi/utils.c | 15 ++++++---------
> @@ -373,7 +370,7 @@ acpi_evaluate_reference(acpi_handle handle,
> end:
> if (ACPI_FAILURE(status)) {
> list->count = 0;
> - //kfree(list->handles);
> + /* kfree(list->handles); */

Just delete the line instead.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/