From: Liu Bo Date: Sat, 7 Jul 2012 02:51:56 +0000 (+0800) Subject: netprio_cgroup.c: fix comment typo X-Git-Tag: v3.6-rc1~118^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f307323a48e47f064aa38e87f6fa03c88b551fc;p=profile%2Fivi%2Fkernel-x86-ivi.git netprio_cgroup.c: fix comment typo poitner -> pointer. Signed-off-by: Liu Bo Signed-off-by: Jiri Kosina --- diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 5b8aa2f..e13ad49 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c @@ -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++;