* [PATCH] Staging: usb: gadget: legacy: printer: Fixed some space style issues
@ 2016-01-17 12:17 Tapan Prakash T
2016-01-18 11:05 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Tapan Prakash T @ 2016-01-17 12:17 UTC (permalink / raw)
To: balbi; +Cc: linux-usb, linux-kernel, Tapan Prakash T
Fixed space before '[' coding style issues.
Signed-off-by: Tapan Prakash T <tapanprakasht@gmail.com>
---
drivers/usb/gadget/legacy/printer.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/gadget/legacy/printer.c b/drivers/usb/gadget/legacy/printer.c
index a22d30a..8ae7bd6 100644
--- a/drivers/usb/gadget/legacy/printer.c
+++ b/drivers/usb/gadget/legacy/printer.c
@@ -24,8 +24,8 @@ USB_GADGET_COMPOSITE_OPTIONS();
#define DRIVER_DESC "Printer Gadget"
#define DRIVER_VERSION "2015 FEB 17"
-static const char shortname [] = "printer";
-static const char driver_desc [] = DRIVER_DESC;
+static const char shortname[] = "printer";
+static const char driver_desc[] = DRIVER_DESC;
#include "u_printer.h"
@@ -86,13 +86,13 @@ static const struct usb_descriptor_header *otg_desc[2];
/* descriptors that are built on-demand */
-static char product_desc [40] = DRIVER_DESC;
-static char serial_num [40] = "1";
+static char product_desc[40] = DRIVER_DESC;
+static char serial_num[40] = "1";
static char pnp_string[PNP_STRING_LEN] =
"XXMFG:linux;MDL:g_printer;CLS:PRINTER;SN:1;";
/* static strings, in UTF-8 */
-static struct usb_string strings [] = {
+static struct usb_string strings[] = {
[USB_GADGET_MANUFACTURER_IDX].s = "",
[USB_GADGET_PRODUCT_IDX].s = product_desc,
[USB_GADGET_SERIAL_IDX].s = serial_num,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Staging: usb: gadget: legacy: printer: Fixed some space style issues
2016-01-17 12:17 [PATCH] Staging: usb: gadget: legacy: printer: Fixed some space style issues Tapan Prakash T
@ 2016-01-18 11:05 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2016-01-18 11:05 UTC (permalink / raw)
To: Tapan Prakash T, balbi; +Cc: linux-usb, linux-kernel
Hello.
On 1/17/2016 3:17 PM, Tapan Prakash T wrote:
> Fixed space before '[' coding style issues.
>
> Signed-off-by: Tapan Prakash T <tapanprakasht@gmail.com>
> ---
> drivers/usb/gadget/legacy/printer.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Again, why "Staging:" in the subject?
[...]
MBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-18 11:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 12:17 [PATCH] Staging: usb: gadget: legacy: printer: Fixed some space style issues Tapan Prakash T
2016-01-18 11:05 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).