From 28c30352ffea699dbbf5059317efb0a96ed117ef Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 20 Feb 2013 13:15:29 +1100 Subject: [PATCH] fb: hx8357: Remove trailing period Signed-off-by: Maxime Ripard Cc: Jingoo Han Cc: Richard Purdie Cc: Florian Tobias Schandinat Cc: Joe Perches Signed-off-by: Andrew Morton --- drivers/video/backlight/hx8357.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/backlight/hx8357.c b/drivers/video/backlight/hx8357.c index 7c82561b01fc..6da8ebef8c6a 100644 --- a/drivers/video/backlight/hx8357.c +++ b/drivers/video/backlight/hx8357.c @@ -120,7 +120,7 @@ static int hx8357_spi_write_then_read(struct lcd_device *lcdev, ret = spi_sync(lcd->spi, &msg); if (ret < 0) - dev_err(&lcdev->dev, "Couldn't send SPI data.\n"); + dev_err(&lcdev->dev, "Couldn't send SPI data\n"); if (txlen) kfree(local_txbuf); -- 2.39.5