From: Liu Bo Date: Sat, 7 Jul 2012 02:51:56 +0000 (+0800) Subject: netprio_cgroup.c: fix comment typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f307323a48e47f064aa38e87f6fa03c88b551fc;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 5b8aa2fae48b..e13ad4946565 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++;