lkml.org 
[lkml]   [2008]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] dock.c remove trailing printk whitespace
dock.c remove trailing printk whitespace

Signed-off-by: Tim Pepper <lnxninja@linux.vnet.ibm.com>

---

I was looking at how docking events are handled these days as I was hoping
to have an event handler automatically run an xrandr script for me to
set up and remove my docking station attached monitor on dock/undock
(which I still haven't figured out how to do or if it's even supported
with my hardware :) and noticed the printk from the dock driver left
trailing whitespace in syslog. Given the \n this doesn't look like it's
meant to be a field separator...maybe in the past?


diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c
index fa44fb9..96c542f 100644
--- a/drivers/acpi/dock.c
+++ b/drivers/acpi/dock.c
@@ -834,7 +834,7 @@ static int dock_add(acpi_handle handle)
goto dock_add_err;
}

- printk(KERN_INFO PREFIX "%s \n", ACPI_DOCK_DRIVER_DESCRIPTION);
+ printk(KERN_INFO PREFIX "%s\n", ACPI_DOCK_DRIVER_DESCRIPTION);

return 0;


\
 
 \ /
  Last update: 2008-05-23 20:57    [W:0.042 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site