Re: [PATCH 1/3] staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int"

From: Peter Hurley
Date: Fri Apr 01 2016 - 12:22:31 EST


On 03/29/2016 10:14 AM, Dominique van den Broeck wrote:
> Coding-style-only modifications to remove every warning saying:
> WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
>
> Compiled against revision "next-20160327".
>
> (checkpatch.pl was updated to treat "UNSPECIFIED_INT" warnings
> as of commit a1ce18e4f941d20 )

Please change $subject to "staging: fwserial: Convert unsigned to unsigned int"
With that,

Reviewed-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx>


PS - For v2 of this patch, be sure to change the subject prefix to [PATCH v2 ...],
and note any changes in the diffstat area of the patch itself; eg.,


Signed-off-by: Dominique van den Broeck <domdevlin@xxxxxxx>
---

v2: change subject per Peter Hurley's comments


drivers/staging/fwserial/dma_fifo.c | 8 +++----
drivers/staging/fwserial/dma_fifo.h | 16 +++++++-------
drivers/staging/fwserial/fwserial.c | 38 +++++++++++++++++----------------
drivers/staging/fwserial/fwserial.h | 42 ++++++++++++++++++-------------------
4 files changed, 53 insertions(+), 51 deletions(-)