Commit 24768169 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: gdm72xx: Fix typos in printk

This patch fix 2 spelling typos in printk within gdm72xx.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 77e8a501
......@@ -584,7 +584,7 @@ static int gdm_wimax_get_prepared_info(struct net_device *dev, char *buf,
if (T == TLV_T(T_MAC_ADDRESS)) {
if (L != dev->addr_len) {
netdev_err(dev,
"%s Invalid inofrmation result T/L [%x/%d]\n",
"%s Invalid information result T/L [%x/%d]\n",
__func__, T, L);
return -1;
}
......
......@@ -121,7 +121,7 @@ int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len)
int ret = 0;
if (group > ND_MAX_GROUP) {
pr_err("Group %d is invalied.\n", group);
pr_err("Group %d is invalid.\n", group);
pr_err("Valid group is 0 ~ %d.\n", ND_MAX_GROUP);
return -EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment