* [PATCH][V3] dma-mapping: add in missing white space in error message text
@ 2016-09-12 15:18 Colin King
0 siblings, 0 replies; only message in thread
From: Colin King @ 2016-09-12 15:18 UTC (permalink / raw)
To: linux-arm-kernel
From: Colin Ian King <colin.king@canonical.com>
A dev_warn message spans two lines and the literal string is missing
a white space between words. Add the white space and reformat the
literal string to not span multiple lines.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
arch/arm/common/dmabounce.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c
index 3012816..aef19d9 100644
--- a/arch/arm/common/dmabounce.c
+++ b/arch/arm/common/dmabounce.c
@@ -547,8 +547,7 @@ void dmabounce_unregister_dev(struct device *dev)
if (!device_info) {
dev_warn(dev,
- "Never registered with dmabounce but attempting"
- "to unregister!\n");
+ "Never registered with dmabounce but attempting to unregister!\n");
return;
}
--
2.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-12 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 15:18 [PATCH][V3] dma-mapping: add in missing white space in error message text Colin King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox