[PATCH] ARM: dma-mapping: add in missing white space in error message text

Colin King colin.king at canonical.com
Mon Sep 12 05:52:12 PDT 2016


From: Colin Ian King <colin.king at canonical.com>

A dev_warn message spans two lines and the literal string is missing
a white space between words. Add the white space.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 arch/arm/common/dmabounce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c
index 3012816..f47767b 100644
--- a/arch/arm/common/dmabounce.c
+++ b/arch/arm/common/dmabounce.c
@@ -547,7 +547,7 @@ void dmabounce_unregister_dev(struct device *dev)
 
 	if (!device_info) {
 		dev_warn(dev,
-			 "Never registered with dmabounce but attempting"
+			 "Never registered with dmabounce but attempting "
 			 "to unregister!\n");
 		return;
 	}
-- 
2.9.3




More information about the linux-arm-kernel mailing list