treewide: Fix typos in printk
This patch fix spelling typos found in printk within various part of the kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
9938b04472
commit
c19ca6cb4c
@@ -366,7 +366,7 @@ static int tipc_sk_create(struct net *net, struct socket *sock,
|
||||
sock->state = state;
|
||||
sock_init_data(sock, sk);
|
||||
if (tipc_sk_insert(tsk)) {
|
||||
pr_warn("Socket create failed; port numbrer exhausted\n");
|
||||
pr_warn("Socket create failed; port number exhausted\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
msg_set_origport(msg, tsk->portid);
|
||||
|
Reference in New Issue
Block a user