[PATCH 4/9] staging: rtl8188eu: convert unsigned char arrays to u8

Greg KH gregkh at linuxfoundation.org
Mon Dec 17 13:51:18 UTC 2018


On Sat, Dec 15, 2018 at 05:46:11PM +0100, Michael Straube wrote:
> Covert unsigned char arrays to u8 and make them static and/or const
> where possible.

You are also moving things around here from different .h files in
different places.  Always say exactly what you are doing.

And this too needs to be broken up into smaller pieces, don't make
things static/const when you change the type.

thanks,

greg k-h


More information about the devel mailing list