Re: git: 62d42655bca1 - main - usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned" keyword.
Date: Sat, 08 Oct 2022 00:50:05 UTC
On Fri, Oct 07, 2022 at 01:39:48PM -0700, Gleb Smirnoff wrote: > On Fri, Oct 07, 2022 at 04:21:01PM +0200, Hans Petter Selasky wrote: > H> >>> Why? Just because it's shorter? > H> >> > H> >> Yes, just because "int" is the redundant. > H> > > H> > Definitely that's true for computers. In case of humans it's debatable. > H> > H> Would uint32_t be more clear? > > IMHO, it definitely will be more clear. Cleaner or not, replacing u_int by uint32_t is semantic change, not an editorial.