Re: [PATCH] Staging: isdn/gigaset : Fix bare unsigned warnings and trailing lines errors

2019-08-22 Thread Dan Carpenter
Hi Martin, These drivers are ancient and going to be deleted soon. We're not accepting cleanups for them at this point. On Wed, Aug 21, 2019 at 03:27:39PM +, Martin Tomes wrote: > There are many bare use of unsigned warnings and trailing statements should > be on next line errors from check

[PATCH] Staging: isdn/gigaset : Fix bare unsigned warnings and trailing lines errors

2019-08-22 Thread Martin Tomes
There are many bare use of unsigned warnings and trailing statements should be on next line errors from checkpatch.pl script. Change the code by adding 'unsigned int'. Move 'break' statement of 'switch' command to next line. Signed-off-by: Martin Tomes --- drivers/staging/isdn/gigaset/usb-giga