public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: wdt87xx_i2c - remove stray newline in diagnostic message
@ 2015-06-30 18:29 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2015-06-30 18:29 UTC (permalink / raw)
  To: linux-input; +Cc: HungNien Chen, linux-kernel

There is no reason to have a newline between plat_id and xml_id1.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/touchscreen/wdt87xx_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/wdt87xx_i2c.c b/drivers/input/touchscreen/wdt87xx_i2c.c
index 43c3bee..9eb8e8c 100644
--- a/drivers/input/touchscreen/wdt87xx_i2c.c
+++ b/drivers/input/touchscreen/wdt87xx_i2c.c
@@ -442,7 +442,7 @@ static int wdt87xx_get_sysparam(struct i2c_client *client,
 	param->fw_id = get_unaligned_le16(&buf[1]);
 
 	dev_info(&client->dev,
-		 "fw_id: 0x%x, plat_id: 0x%x\nxml_id1: %04x, xml_id2: %04x\n",
+		 "fw_id: 0x%x, plat_id: 0x%x, xml_id1: %04x, xml_id2: %04x\n",
 		 param->fw_id, param->plat_id,
 		 param->xmls_id1, param->xmls_id2);
 
-- 
2.4.3.573.g4eafbef


-- 
Dmitry

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-30 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 18:29 [PATCH] Input: wdt87xx_i2c - remove stray newline in diagnostic message Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox