From 1e1d25cb0d248d58ac8e586ebb23bf2f6dc55c0b Mon Sep 17 00:00:00 2001 From: Michael Tate Date: Sun, 7 Mar 2010 18:19:39 +0400 Subject: staging: frontier: Fix coding style issues in 2 files. This patch removes unecessary whitespace before quoted newlines in two files. One warning in each file remains unresolved. Signed-off-by: Michael Tate Signed-off-by: Greg Kroah-Hartman --- drivers/staging/frontier/tranzport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/frontier/tranzport.c') diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c index 2f03f43f3a2..1f91001b134 100644 --- a/drivers/staging/frontier/tranzport.c +++ b/drivers/staging/frontier/tranzport.c @@ -255,7 +255,7 @@ static void usb_tranzport_interrupt_in_callback(struct urb *urb) if (urb->actual_length != 8) { dev_warn(&dev->intf->dev, "Urb length was %d bytes!!" - "Do something intelligent \n", + "Do something intelligent\n", urb->actual_length); } else { dbg_info(&dev->intf->dev, @@ -724,7 +724,7 @@ static ssize_t usb_tranzport_write(struct file *file, } if (dev->interrupt_out_endpoint == NULL) { - err("Endpoint should not be be null! \n"); + err("Endpoint should not be be null!\n"); goto unlock_exit; } -- cgit v1.2.3