public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <error27@gmail.com>
To: Matt Jan <zoo868e@gmail.com>
Cc: Martyn Welch <martyn@welchs.me.uk>,
	Manohar Vanga <manohar.vanga@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH 2/3] staging: vme_user: replace 'unsigned' with 'unsigned int'
Date: Thu, 8 Dec 2022 12:36:56 +0300	[thread overview]
Message-ID: <Y5GwOELXuuGDPilx@kadam> (raw)
In-Reply-To: <20221208091117.GA95220@zoo868e>

On Thu, Dec 08, 2022 at 05:11:17PM +0800, Matt Jan wrote:
> Update the bare use of "unsigned" to the preferred "unsigned int".
> 
> Signed-off-by: Matt Jan <zoo868e@gmail.com>
> ---
>  drivers/staging/vme_user/vme_bridge.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vme_user/vme_bridge.h b/drivers/staging/vme_user/vme_bridge.h
> index e17a8f7de165..9a127f6fefca 100644
> --- a/drivers/staging/vme_user/vme_bridge.h
> +++ b/drivers/staging/vme_user/vme_bridge.h
> @@ -84,7 +84,7 @@ struct vme_error_handler {
>  	unsigned long long end;		/* End of error window */
>  	unsigned long long first_error;	/* Address of the first error */
>  	u32 aspace;			/* Address space of error window*/
> -	unsigned num_errors;		/* Number of errors */
> +	unsigned int num_errors;		/* Number of errors */

Now the comment is not aligned correctly.

regards,
dan carpenter


      reply	other threads:[~2022-12-08  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08  9:11 [PATCH 2/3] staging: vme_user: replace 'unsigned' with 'unsigned int' Matt Jan
2022-12-08  9:36 ` Dan Carpenter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y5GwOELXuuGDPilx@kadam \
    --to=error27@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=manohar.vanga@gmail.com \
    --cc=martyn@welchs.me.uk \
    --cc=zoo868e@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox