commit | 3ee9a4f086716d792219c021e8509f91165a4128 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Oct 31 17:08:35 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 31 17:30:48 2011 -0700 |
tree | f85162b8e024624f07909eaba4e85b89df924ebb | |
parent | 06d5e032adcbc7d50c606a1396f00e2474e4213e [diff] |
mm: neaten warn_alloc_failed Add __attribute__((format (printf...) to the function to validate format and arguments. Use vsprintf extension %pV to avoid any possible message interleaving. Coalesce format string. Convert printks/pr_warning to pr_warn. [akpm@linux-foundation.org: use the __printf() macro] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>