Re: [PATCH] staging: ralink-gdma: Change uint32_t to u32

From: Dan Carpenter
Date: Fri Mar 22 2019 - 06:02:01 EST


On Fri, Mar 22, 2019 at 12:55:02AM +0530, Bharath Vedartham wrote:
> This is a follow up on my previous patch. Change occurences of the
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Put this sort of information under the --- cut off below the Sign off.

> stdint type uint32_t to its shortened type u32. This fixed the checkpatch.pl warning: "Prefer u32 over uint32_t".

This line is too long. Limit it to 72 characters.

>
> Signed-off-by: Bharath Vedartham <linux.bhar@xxxxxxxxx>
> ---
^^^

regards,
dan carpenter