[PATCH] Staging: wlags49_h2: fixed 80 line character and white space issue in ap_h2.c Fixed various coding style warnings found by the checkpatch.pl tool

Henk de Groot henk.de.groot at hetnet.nl
Sun Aug 4 15:43:09 UTC 2013


Hello Evan,

When reformatting the array containing  the firmware data it may be easier 
to use 8 bytes per row. It is currently it is 16 bytes per row 
(overrunning the 80 characters/line) and this just means cutting each row 
exactly in half. In your first proposal it was completely reformatted to 
an odd 11 bytes per row which makes comparison with the original during 
review much harder and it is also easier to make mistakes.

Kind regards,

Henk.



More information about the devel mailing list