[PATCH] Update coding style to fit checkpatch.pl rules

2017-05-09 Thread Alexis Lothoré
Current HEAD did not pass the checkpatch script with --strict option, mainly because of Camel Case names and long lines. As an exception, I have left the defines nested in the "#if 0" in the header, since I am not sure it is a real issue and it will probably be reused in the future, but please let

[PATCH] Update coding style

2017-05-09 Thread Alexis Lothoré
Current HEAD for emxx_udc driver did not pass checkpatch script, mainly because of Camel Case naming and long lines. Signed-off-by: Alexis Lothoré --- drivers/staging/emxx_udc/emxx_udc.c | 394 ++-- drivers/staging/emxx_udc/emxx_udc.h | 170 2 fi