Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++;