projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427cabe
)
tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 16 Mar 2020 09:23:40 +0000
(09:23 +0000)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Wed, 25 Mar 2020 08:50:46 +0000
(09:50 +0100)
There is a spelling mistake in an error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tools/gpio/gpio-hammer.c
patch
|
blob
|
history
diff --git
a/tools/gpio/gpio-hammer.c
b/tools/gpio/gpio-hammer.c
index 083399d276e4e4c2e86d50cb60cf88f87cf9fd07..28d2329e83d2211fa17f9e62108ca9c241e4ab7e 100644
(file)
--- a/
tools/gpio/gpio-hammer.c
+++ b/
tools/gpio/gpio-hammer.c
@@
-153,7
+153,7
@@
int main(int argc, char **argv)
if (i >= GPIOHANDLES_MAX) {
fprintf(stderr,
- "Only %d occurences of '-o' are allowed, %d were found\n",
+ "Only %d occur
r
ences of '-o' are allowed, %d were found\n",
GPIOHANDLES_MAX, i + 1);
return -1;
}