[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268115333-7971-1-git-send-email-eli@siliconsprawl.com>
Date: Tue, 9 Mar 2010 00:15:30 -0600
From: Eli Lindsey <eli@...iconsprawl.com>
To: gregkh@...e.de, d@...libre.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Eli Lindsey <eli@...iconsprawl.com>
Subject: [PATCH 1/4] staging: frontier: fix extra spaces in tranzport.c
This is a patch to tranzport.c that removes two cases of unnecessary whitespace
before a quoted newline found by the checkpatch.pl tool
Signed-off-by: Eli Lindsey <eli@...iconsprawl.com>
---
drivers/staging/frontier/tranzport.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c
index 2f03f43..1f91001 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;
}
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists