Re: [PATCH 2/3] staging: vme_user: replace 'unsigned' with 'unsigned int'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
> ---
>  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





[Index of Archives]     [Linux Driver Development]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux