[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <775380d1-add8-4f1e-a9df-85b8ec0b9043@kadam.mountain>
Date: Wed, 6 Sep 2023 11:52:50 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Jonathan Bergh <bergh.jonathan@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] staging: vme_user: Fix block comments where '*' on
each line should be aligned
On Tue, Sep 05, 2023 at 09:46:32PM +0200, Jonathan Bergh wrote:
> Fixed checkpatch warnings where lines with '*' in block comments should
> be aligned and were not as well as incorrect tab spacings at the start of
> comment lines.
>
> Signed-off-by: Jonathan Bergh <bergh.jonathan@...il.com>
> ---
> drivers/staging/vme_user/vme_tsi148.h | 140 +++++++++++++-------------
> 1 file changed, 70 insertions(+), 70 deletions(-)
>
> diff --git a/drivers/staging/vme_user/vme_tsi148.h b/drivers/staging/vme_user/vme_tsi148.h
> index dbdf5dabaf90..9748b7897527 100644
> --- a/drivers/staging/vme_user/vme_tsi148.h
> +++ b/drivers/staging/vme_user/vme_tsi148.h
> @@ -251,28 +251,28 @@ static const int TSI148_LCSR_VIACK[8] = { 0, TSI148_LCSR_VIACK1,
> */
> #define TSI148_LCSR_VMEFL 0x250
>
> - /*
> - * VME exception.
> - * offset 260
> +/*
> + * VME exception.
> + * offset 260
Your patch doesn't introduce this but it should be hex 0x260 instead of
decimal 260. Same for all the other comments.
> */
> #define TSI148_LCSR_VEAU 0x260
> #define TSI148_LCSR_VEAL 0x264
> #define TSI148_LCSR_VEAT 0x268
regards,
dan carpenter
Powered by blists - more mailing lists