diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-01-31 17:42:56 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-01-31 17:42:56 +1100 |
commit | 84f3467cf95a6a4545d95c4dbd95692e5c0798f1 (patch) | |
tree | fc8ec93e22ae1008c6486c6e949618d8b9078027 /drivers/acpi/spcr.c | |
parent | beaddd44985f98441bcdd5c624aa02261f6f9172 (diff) | |
parent | d5cd4249c55f8225911bf36572b11040975cdcea (diff) |
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/acpi/spcr.c')
-rw-r--r-- | drivers/acpi/spcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/spcr.c b/drivers/acpi/spcr.c index b8019c4c1d38..fcb2c9e347ee 100644 --- a/drivers/acpi/spcr.c +++ b/drivers/acpi/spcr.c @@ -26,7 +26,7 @@ * console is registered and if @earlycon is true, earlycon is set up. * * When CONFIG_ACPI_SPCR_TABLE is defined, this function should be called - * from arch inintialization code as soon as the DT/ACPI decision is made. + * from arch initialization code as soon as the DT/ACPI decision is made. * */ int __init parse_spcr(bool earlycon) |