projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea3c49
)
netprio_cgroup.c: fix comment typo
author
Liu Bo
<liubo2009@cn.fujitsu.com>
Sat, 7 Jul 2012 02:51:56 +0000
(10:51 +0800)
committer
Jiri 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
patch
|
blob
|
history
diff --git
a/net/core/netprio_cgroup.c
b/net/core/netprio_cgroup.c
index 5b8aa2fae48b84e3255ecdfe83535457bd170901..e13ad4946565383f077358f56bb012bfc584e0df 100644
(file)
--- 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 poi
tn
er to the priority value
+ *and advance the priostr poi
nt
er to the priority value
*/
*priostr = '\0';
priostr++;