Re: [PATCH v4] staging: ralink-gdma: Use u32 over uint32_t

From: Greg KH
Date: Sun Mar 24 2019 - 04:58:38 EST


On Sat, Mar 23, 2019 at 09:16:48PM +0530, Bharath Vedartham wrote:
> Fixes the checkpatch.pl warning: "Prefer u32 over uint32_t"
>
> Signed-off-by: Bharath Vedartham <linux.bhar@xxxxxxxxx>
> ---
> Changes since v3
> - Fixed allignment issues.
> - Submitted a seperate patch to change unsigned
> to unsigned int.
> - One of the allignments crosses 80 characters in a line
> but I feel that we may loose readability if we try to reduce
> the characters in the line.
> ---
> drivers/staging/ralink-gdma/ralink-gdma.c | 14 ++++++--------
> 1 file changed, 6 insertions(+), 8 deletions(-)

This patch does not apply to my staging-testing branch at all :(