瀏覽代碼

netprio_cgroup.c: fix comment typo

poitner -> pointer.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Liu Bo 13 年之前
父節點
當前提交
0f307323a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/core/netprio_cgroup.c

+ 1 - 1
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++;