[PATCH] staging: rtl8188eu: fixed width data types replaced by int

Dan Carpenter dan.carpenter at oracle.com
Tue Oct 27 10:12:56 UTC 2015


On Tue, Oct 27, 2015 at 12:04:12AM +0700, Ivan Safonov wrote:
> There is no need to use fixed width data types.
> 

True enough, this patch is fine.  But we use u32 for "unsigned int" in
many places just because it is shorter to type.  Don't do a wholesale
changing of these types. There should always be a reason for using s32
so feel free to do a re-typing of those.

regards,
dan carpenter



More information about the devel mailing list