Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm: fix typo in refill_stock() comment

Change refill_stock() comment: s/consumt_stock()/consume_stock()/

Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Greg Thelen and committed by
Jiri Kosina
320cc51d 32e688b8

+1 -1
+1 -1
mm/memcontrol.c
··· 1435 1435 1436 1436 /* 1437 1437 * Cache charges(val) which is from res_counter, to local per_cpu area. 1438 - * This will be consumed by consumt_stock() function, later. 1438 + * This will be consumed by consume_stock() function, later. 1439 1439 */ 1440 1440 static void refill_stock(struct mem_cgroup *mem, int val) 1441 1441 {