summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c
diff options
context:
space:
mode:
authorBjorn Helgaas2019-03-25 19:34:00 +0100
committerRafael J. Wysocki2019-03-26 22:33:43 +0100
commit603fadf33604a2e170eb833f99f569d3597f1f09 (patch)
treed4f277269faa72f99eb91126e53e68ff3c534f79 /drivers/acpi/power.c
parentLinux 5.1-rc2 (diff)
downloadkernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.tar.gz
kernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.tar.xz
kernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.zip
ACPI: Fix comment typos
Fix some misspellings in comments. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r--drivers/acpi/power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c
index 665e93ca0b40..87db3e124725 100644
--- a/drivers/acpi/power.c
+++ b/drivers/acpi/power.c
@@ -535,12 +535,12 @@ int acpi_device_sleep_wake(struct acpi_device *dev,
/*
* Try to execute _DSW first.
*
- * Three agruments are needed for the _DSW object:
+ * Three arguments are needed for the _DSW object:
* Argument 0: enable/disable the wake capabilities
* Argument 1: target system state
* Argument 2: target device state
* When _DSW object is called to disable the wake capabilities, maybe
- * the first argument is filled. The values of the other two agruments
+ * the first argument is filled. The values of the other two arguments
* are meaningless.
*/
in_arg[0].type = ACPI_TYPE_INTEGER;