lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 17 Jan 2016 17:47:16 +0530
From:	Tapan Prakash T <tapanprakasht@...il.com>
To:	balbi@...com
Cc:	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
	Tapan Prakash T <tapanprakasht@...il.com>
Subject: [PATCH] Staging: usb: gadget: legacy: printer: Fixed some space style issues

Fixed space before '[' coding style issues.

Signed-off-by: Tapan Prakash T <tapanprakasht@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ