Commit 0f307323 authored by Liu Bo's avatar Liu Bo Committed by Jiri Kosina

netprio_cgroup.c: fix comment typo

poitner -> pointer.
Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9ea3c498
......@@ -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++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment