ACPICA: Additional 2016 copyright changes
[deliverable/linux.git] / drivers / acpi / acpica / nsxfobj.c
index 793383501f81f05cffd099559a0b6d8787f53880..c312cd490450d2db64761bfa637a9e2339f8c293 100644 (file)
@@ -6,7 +6,7 @@
  ******************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2015, Intel Corp.
+ * Copyright (C) 2000 - 2016, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -74,10 +74,8 @@ acpi_status acpi_get_type(acpi_handle handle, acpi_object_type * ret_type)
                return (AE_BAD_PARAMETER);
        }
 
-       /*
-        * Special case for the predefined Root Node
-        * (return type ANY)
-        */
+       /* Special case for the predefined Root Node (return type ANY) */
+
        if (handle == ACPI_ROOT_OBJECT) {
                *ret_type = ACPI_TYPE_ANY;
                return (AE_OK);
This page took 0.038388 seconds and 5 git commands to generate.