public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sony-laptop: Add missing newline character
@ 2008-05-30 16:20 Alessandro Guido
  2008-06-03 22:53 ` Mattia Dongili
  0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Guido @ 2008-05-30 16:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: malattia

Add the missing newline character at the end of the warning string

Signed-off-by: Alessandro Guido <alessandro.guido@gmail.com>
---
 drivers/misc/sony-laptop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c
index 00e48e2..daf3c9c 100644
--- a/drivers/misc/sony-laptop.c
+++ b/drivers/misc/sony-laptop.c
@@ -969,7 +969,7 @@ static int sony_nc_resume(struct acpi_device *device)
 	/* set the last requested brightness level */
 	if (sony_backlight_device &&
 			!sony_backlight_update_status(sony_backlight_device))
-		printk(KERN_WARNING DRV_PFX "unable to restore brightness level");
+		printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n");
 
 	/* re-initialize models with specific requirements */
 	dmi_check_system(sony_nc_ids);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-03 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 16:20 [PATCH] sony-laptop: Add missing newline character Alessandro Guido
2008-06-03 22:53 ` Mattia Dongili

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