lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 16 Feb 2024 13:51:33 -0500
From: Nicolas Dufresne <nicolas@...fresne.ca>
To: Thorsten Blum <thorsten.blum@...lux.com>, Nas Chung
	 <nas.chung@...psnmedia.com>, Jackson Lee <jackson.lee@...psnmedia.com>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>, linux-media@...r.kernel.org,
  linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: wave5: Remove unnecessary semicolons

Hi,

Le mardi 13 février 2024 à 15:04 +0100, Thorsten Blum a écrit :
> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@...lux.com>

Thanks for the fix.

Reviewed-by: Nicolas Dufresne <nicolas.dufresne@...labora.com>

> ---
>  drivers/media/platform/chips-media/wave5/wave5-hw.c      | 2 +-
>  drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/platform/chips-media/wave5/wave5-hw.c b/drivers/media/platform/chips-media/wave5/wave5-hw.c
> index f1e022fb148e..2d82791f575e 100644
> --- a/drivers/media/platform/chips-media/wave5/wave5-hw.c
> +++ b/drivers/media/platform/chips-media/wave5/wave5-hw.c
> @@ -2315,7 +2315,7 @@ static bool wave5_vpu_enc_check_common_param_valid(struct vpu_instance *inst,
>  				param->intra_refresh_mode);
>  			return false;
>  		}
> -	};
> +	}
>  	return true;
>  
>  invalid_refresh_argument:
> diff --git a/drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c b/drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
> index f29cfa3af94a..8bbf9d10b467 100644
> --- a/drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
> +++ b/drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
> @@ -92,7 +92,7 @@ static int switch_state(struct vpu_instance *inst, enum vpu_instance_state state
>  		break;
>  	case VPU_INST_STATE_STOP:
>  		break;
> -	};
> +	}
>  
>  	dev_dbg(inst->dev->dev, "Switch state from %s to %s.\n",
>  		state_to_str(inst->state), state_to_str(state));


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ