> diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index c743ca4..89fcc3e > 100644 > --- a/include/acpi/platform/acenv.h > +++ b/include/acpi/platform/acenv.h > @@ -1,6 +1,6 @@ > /****************************************************************************** > * > - * Name: acenv.h - Generation environment specific items > + * Name: acenv.h - Host and compiler configuration > * > *****************************************************************************/ > > @@ -44,6 +44,12 @@ > #ifndef __ACENV_H__ > #define __ACENV_H__ > > +/* > + * Environment configuration. The purpose of this file is to interface > +ACPICA > + * to the local environment. This includes compiler-specific, > +OS-specific, > + * and machine-specific configuration. > + */ > + Looks like the syntax got messed up here and line-wrapped before creating the patch. -L -- 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