]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/pstore: logging clean-up
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:44:13 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:13 +0000 (10:44 +1000)
commitc7536f60ae7a3e5aee96bc48f23c7887073a19fd
tree27f9b2e2561a0c188cd78e1b2809c19b83c5f400
parentac9d9f5e51213a59b441ae097546febe4954f03f
fs/pstore: logging clean-up

-Define pr_fmt in plateform.c and ram_core.c for global prefix.

-Coalesce format fragments.

-Separate format/arguments on lines > 80 characters.

Note: Some pr_foo() were initially declared without prefix and therefore
this could break existing log analyzer.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Joe Perches <joe@perches.com>
Cc: Anton Vorontsov <anton@enomsg.org>
Cc: Colin Cross <ccross@android.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/pstore/platform.c
fs/pstore/ram_core.c