From ef74885353e0ee4d884604148628df3369c76719 Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Fri, 6 Jun 2014 14:37:31 -0700 Subject: [PATCH] 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. [akpm@linux-foundation.org: missed a couple of prefix removals] Signed-off-by: Fabian Frederick Cc: Joe Perches Cc: Anton Vorontsov Cc: Colin Cross Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed