瀏覽代碼

drivers/acpi/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Joe Perches 17 年之前
父節點
當前提交
3c5f9be461
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/acpi/scan.c
  2. 1 1
      drivers/acpi/utilities/utresrc.c

+ 1 - 1
drivers/acpi/scan.c

@@ -830,7 +830,7 @@ static int acpi_bus_get_flags(struct acpi_device *device)
 	if (ACPI_SUCCESS(status))
 		device->flags.wake_capable = 1;
 
-	/* TBD: Peformance management */
+	/* TBD: Performance management */
 
 	return 0;
 }

+ 1 - 1
drivers/acpi/utilities/utresrc.c

@@ -1,6 +1,6 @@
 /*******************************************************************************
  *
- * Module Name: utresrc - Resource managment utilities
+ * Module Name: utresrc - Resource management utilities
  *
  ******************************************************************************/