commit | 598d80914e84fa79580850530f5d4a50a99bf4f5 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Mar 17 14:19:44 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 17 15:09:34 2016 -0700 |
tree | bc53d78f5558f56c3a0899b14d2d419e2316d0b4 | |
parent | b11a7b94100cba5ec926a181894c2897a22651b9 [diff] |
mm: convert pr_warning to pr_warn There are a mixture of pr_warning and pr_warn uses in mm. Use pr_warn consistently. Miscellanea: - Coalesce formats - Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Tejun Heo <tj@kernel.org> [percpu] Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>