Commit 2d6674b8 authored by Stefan Huber's avatar Stefan Huber Committed by Jiri Kosina

Documentation/acpi/enumeration.txt fix a typo

Corrected the word configation to configuration.
Signed-off-by: default avatarStefan Huber <steffhip@gmail.com>
Signed-off-by: default avatarMatthias Schid <aircrach115@gmail.com>
Signed-off-by: default avatarSimon Puels <simon.puels@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 780d7bd4
...@@ -207,7 +207,7 @@ passing those. One idea is to return this in _DSM method like: ...@@ -207,7 +207,7 @@ passing those. One idea is to return this in _DSM method like:
Return (Local0) Return (Local0)
} }
Then the at25 SPI driver can get this configation by calling _DSM on its Then the at25 SPI driver can get this configuration by calling _DSM on its
ACPI handle like: ACPI handle like:
struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment