Skip to content

Commit

Permalink
dock.c remove trailing printk whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Pepper <lnxninja@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Tim Pepper authored and Len Brown committed Jun 11, 2008
1 parent a66b34b commit 1fdd686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1fdd686

Please sign in to comment.