]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
netprio_cgroup.c: fix comment typo
authorLiu Bo <liubo2009@cn.fujitsu.com>
Sat, 7 Jul 2012 02:51:56 +0000 (10:51 +0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 10 Jul 2012 11:14:23 +0000 (13:14 +0200)
poitner -> pointer.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
net/core/netprio_cgroup.c

index 5b8aa2fae48b84e3255ecdfe83535457bd170901..e13ad4946565383f077358f56bb012bfc584e0df 100644 (file)
@@ -198,7 +198,7 @@ static int write_priomap(struct cgroup *cgrp, struct cftype *cft,
 
        /*
         *Separate the devname from the associated priority
-        *and advance the priostr poitner to the priority value
+        *and advance the priostr pointer to the priority value
         */
        *priostr = '\0';
        priostr++;