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

Commit 320cc51d authored by Greg Thelen's avatar Greg Thelen Committed by Jiri Kosina
Browse files

mm: fix typo in refill_stock() comment



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

Signed-off-by: default avatarGreg Thelen <gthelen@google.com>
Acked-by: default avatarDaisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 32e688b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1435,7 +1435,7 @@ static void drain_local_stock(struct work_struct *dummy)


/*
/*
 * Cache charges(val) which is from res_counter, to local per_cpu area.
 * Cache charges(val) which is from res_counter, to local per_cpu area.
 * This will be consumed by consumt_stock() function, later.
 * This will be consumed by consume_stock() function, later.
 */
 */
static void refill_stock(struct mem_cgroup *mem, int val)
static void refill_stock(struct mem_cgroup *mem, int val)
{
{