mm/oom_kill.c: print points as unsigned int
authorWang Long <[email protected]>
Wed, 24 Jun 2015 23:58:01 +0000 (16:58 -0700)
committerLinus Torvalds <[email protected]>
Thu, 25 Jun 2015 00:49:44 +0000 (17:49 -0700)
commitf0d6647e85050c6ca70d69a647e3c653dd9b349a
treeb6f54f514069c36771121e7012dd4c177204e67c
parent33039678c8da8133e30ea3250d10ae14701dae2b
mm/oom_kill.c: print points as unsigned int

In oom_kill_process(), the variable 'points' is unsigned int.  Print it as
such.

Signed-off-by: Wang Long <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/oom_kill.c