From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:01:37 +0000 (-0800) Subject: lib/vsprintf.c: consume 'p' in format_decode X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~99^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbfed03b4bdd229b99c2611f5ace1fbc912caaa;p=pandora-kernel.git lib/vsprintf.c: consume 'p' in format_decode It seems a little simpler to consume the p from a %p specifier in format_decode, just as it is done for the surrounding %c, %s and %% cases. While there, delete a redundant and misplaced comment. Signed-off-by: Rasmus Villemoes Cc: Jiri Kosina Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed