[PATCH v2 8/8] usb: dwc2: Replace uint<x>_t types with u<x>

Marek Vasut marex at denx.de
Tue Dec 31 19:10:33 CET 2024


On 12/30/24 4:30 AM, Junhui Liu via B4 Relay wrote:
> From: Kongyang Liu <seashell11234455 at gmail.com>
> 
> Updates all instances of uint8_t, uint16_t, and uint32_t to u8, u16, and
> u32 respectively, ensuring consistent use of kernel-preferred types and
> resolving checkpatch.pl warnings.
> 
> Signed-off-by: Kongyang Liu <seashell11234455 at gmail.com>
> Signed-off-by: Junhui Liu <liujh2818 at outlook.com>
Reviewed-by: Marek Vasut <marex at denx.de>


More information about the U-Boot mailing list