Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
[deliverable/linux.git] / drivers / staging / gdm72xx / netlink_k.c
index 9d78bfcdb2c36364916913b9fc2136e1cf601c14..f3cdaa6c468cfde23797911ee611fa14fe795bb9 100644 (file)
@@ -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;
        }
This page took 0.027899 seconds and 5 git commands to generate.