summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/gpio/gpio.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-10-20 13:27:58 +1030
committerLinus Walleij <linus.walleij@linaro.org>2017-10-20 09:37:32 +0200
commit2cbfca66ba5e00606bb0f24aba1e9cd8efe58849 (patch)
tree0fc5c236b12b0e8f13404a747c7345d5fe2a225a /include/dt-bindings/gpio/gpio.h
parentb2f68edfd5bb1c7613628a66ba71a0db0266ee22 (diff)
downloadop-kernel-dev-2cbfca66ba5e00606bb0f24aba1e9cd8efe58849.zip
op-kernel-dev-2cbfca66ba5e00606bb0f24aba1e9cd8efe58849.tar.gz
gpio: Fix loose spelling
Literally. I expect "lose" was meant here, rather than "loose", though you could feasibly use a somewhat uncommon definition of "loose" to mean what would be meant by "lose": "Loose the hounds" for instance, as in "Release the hounds". Substituting in "value" for "hounds" gives "release the value", and makes some sense, but futher substituting back to loose gives "loose the value" which overall just seems a bit anachronistic. Instead, use modern, pragmatic English and save a character. Cc: Russell Currey <ruscur@russell.cc> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/dt-bindings/gpio/gpio.h')
-rw-r--r--include/dt-bindings/gpio/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h
index c507458..70de5b7 100644
--- a/include/dt-bindings/gpio/gpio.h
+++ b/include/dt-bindings/gpio/gpio.h
@@ -30,6 +30,6 @@
/* Bit 3 express GPIO suspend/resume persistence */
#define GPIO_SLEEP_MAINTAIN_VALUE 0
-#define GPIO_SLEEP_MAY_LOOSE_VALUE 8
+#define GPIO_SLEEP_MAY_LOSE_VALUE 8
#endif
OpenPOWER on IntegriCloud