projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d8877
)
net/rose: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 09:27:30 +0000
(09:27 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jan 2020 07:12:06 +0000
(08:12 +0100)
There is a spelling mistake in a printk message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/af_rose.c
patch
|
blob
|
history
diff --git
a/net/rose/af_rose.c
b/net/rose/af_rose.c
index 46b8ff24020d7bb6788e985686bef12b4fbc83d0..1e8eeb044b07d8c402cfd101896ecc02624e0360 100644
(file)
--- a/
net/rose/af_rose.c
+++ b/
net/rose/af_rose.c
@@
-1475,7
+1475,7
@@
static int __init rose_proto_init(void)
int rc;
if (rose_ndevs > 0x7FFFFFFF/sizeof(struct net_device *)) {
- printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter to large\n");
+ printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter to
o
large\n");
rc = -EINVAL;
goto out;
}