projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8fb25
)
][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 5 Aug 2019 10:52:11 +0000
(11:52 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Aug 2019 17:27:53 +0000
(10:27 -0700)
There is a spelling mistake in an error messgae. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/nettest.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/nettest.c
b/tools/testing/selftests/net/nettest.c
index 9278f8460d75accad8fb3eb32ff73ec3b37374e0..83515e5ea4dcc62f101a982213c30e69aeff4461 100644
(file)
--- a/
tools/testing/selftests/net/nettest.c
+++ b/
tools/testing/selftests/net/nettest.c
@@
-1627,7
+1627,7
@@
int main(int argc, char *argv[])
args.protocol = pe->p_proto;
} else {
if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
- fprintf(stderr, "Invalid potocol\n");
+ fprintf(stderr, "Invalid p
r
otocol\n");
return 1;
}
args.protocol = tmp;