From: Stefan Huber Date: Thu, 27 Jun 2013 10:54:52 +0000 (+0200) Subject: Documentation/acpi/enumeration.txt fix a typo X-Git-Tag: firefly_0821_release~176^2~5412^2~39 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d6674b8efdff36046e20085cefdc5b73b11f1eb;p=firefly-linux-kernel-4.4.55.git Documentation/acpi/enumeration.txt fix a typo Corrected the word configation to configuration. Signed-off-by: Stefan Huber Signed-off-by: Matthias Schid Signed-off-by: Simon Puels Signed-off-by: Jiri Kosina --- diff --git a/Documentation/acpi/enumeration.txt b/Documentation/acpi/enumeration.txt index d9be7a97dff3..64139a189a4c 100644 --- a/Documentation/acpi/enumeration.txt +++ b/Documentation/acpi/enumeration.txt @@ -207,7 +207,7 @@ passing those. One idea is to return this in _DSM method like: 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: struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };