Merge branch 'linus' into release

This commit is contained in:
Len Brown
2009-01-09 03:39:43 -05:00
förälder 3cc8a5f4ba 2150edc6c5
incheckning b2576e1d44
7966 ändrade filer med 919262 tillägg och 223615 borttagningar

Visa fil

@@ -298,7 +298,7 @@ union acpi_operand_object *acpi_ut_create_string_object(acpi_size string_size)
*
* RETURN: TRUE if object is valid, FALSE otherwise
*
* DESCRIPTION: Validate a pointer to be an union acpi_operand_object
* DESCRIPTION: Validate a pointer to be a union acpi_operand_object
*
******************************************************************************/
@@ -390,7 +390,7 @@ void acpi_ut_delete_object_desc(union acpi_operand_object *object)
{
ACPI_FUNCTION_TRACE_PTR(ut_delete_object_desc, object);
/* Object must be an union acpi_operand_object */
/* Object must be a union acpi_operand_object */
if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND) {
ACPI_ERROR((AE_INFO,