[PATCH] driver: staging: wlan-ng: Fixed Breaking long lines and strings style rule

2014-04-02 Thread Sherif Shehab Aldin
Fixed coding style rule Breaking long lines and strings for hfa384x_usb.c Signed-off-by: Sherif Shehab Aldin shehabaldin.she...@gmail.com --- drivers/staging/wlan-ng/hfa384x_usb.c | 52 - 1 file changed, 26 insertions(+), 26 deletions(-) diff --git

[PATCH] driver: staging: wlan-ng: Fixed Breaking long lines and strings style rule

2014-04-02 Thread Sherif Shehab Aldin
Fixed coding style rule Breaking long lines and strings for hfa384x_usb.c Signed-off-by: Sherif Shehab Aldin shehabaldin.she...@gmail.com --- drivers/staging/wlan-ng/hfa384x_usb.c | 52 - 1 file changed, 26 insertions(+), 26 deletions(-) diff --git

Re: [PATCH] driver: staging: wlan-ng: Fixed Breaking long lines and strings style rule

2014-04-02 Thread Joe Perches
On Thu, 2014-04-03 at 01:37 +0200, Sherif wrote: BTW regarding Alignment should match open parenthesis rule, It's missing from Documentation/CodingStyle It's maintainer's preference in at least net/, drivers/net and drivers/staging. Maybe it's true for drivers/usb too. Greg?