On Fri, 2006-04-14 at 15:42 -0700, Brown, Len wrote: > Re: indenting & white-space > > Please run the whole thing through the latest Lindent. > It will delete the white space. > It will do a couple of stupid things with indenting -- > such as with MODULE_AUTHOR -- > feel free to hand tweak those by hand. > > Re: acpi_os_free() > Please call kfree() instead, that wrapper is intended > just for the ACPICA core and although it appears symmetric, > it really shouldn't be used outside drivers/acpi/*/*.c Really? why is it exported then? We use this in drivers/pci/hotplug as well, and it is all over the place in drivers/acpi. Should I be modifying the hotplug drivers to not use this call? - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html