]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tty: serial: fsl_lpuart: Use u32 and u8 for register variables
authorSherry Sun <sherry.sun@nxp.com>
Wed, 12 Mar 2025 02:39:02 +0000 (10:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 15:07:21 +0000 (08:07 -0700)
commitb6a8f6ab2c53e5ea3c7f2a3978db378a89bb7595
tree755083777e2191f98351d34cdf831e10022c4bb5
parentf5cb528d6441eb860250a2f085773aac4f44085e
tty: serial: fsl_lpuart: Use u32 and u8 for register variables

Use u32 and u8 rather than unsigned long or unsigned char for register
variables for clarity and consistency.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20250312023904.1343351-2-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c