Skip to content

Commit

Permalink
netprio_cgroup.c: fix comment typo
Browse files Browse the repository at this point in the history
poitner -> pointer.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Liu Bo authored and Jiri Kosina committed Jul 10, 2012
1 parent 9ea3c49 commit 0f30732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/netprio_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 0f30732

Please sign in to comment.