From: Joe Perches Date: Tue, 1 Nov 2011 00:08:35 +0000 (-0700) Subject: mm: neaten warn_alloc_failed X-Git-Tag: v3.2-rc1~108^2~86 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee9a4f086716d792219c021e8509f91165a4128;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed