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] [day] [month] [year] [list]
Date:   Mon, 7 Aug 2023 13:04:43 +0200
From:   Hans Verkuil <hverkuil@...all.nl>
To:     sunran001@...suo.com, mchehab@...nel.org
Cc:     linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: dvb-frontends: add missing spaces before '*' and
 remove spaces after '*'

On 20/07/2023 04:47, sunran001@...suo.com wrote:
> Add missing spaces to clear checkpatch errors.
> 
> ERROR: "foo* bar" should be "foo *bar"
> 
> Signed-off-by: Ran Sun <sunran001@...suo.com>

Also corrupt:

https://patchwork.linuxtv.org/project/linux-media/patch/1e9b311ce35bc4a115e4a171a565e415@208suo.com/

Same issue.

Regards,

	Hans

> ---
>  drivers/media/dvb-frontends/ds3000.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/dvb-frontends/ds3000.c b/drivers/media/dvb-frontends/ds3000.c
> index 20fcf31af165..ca40234a28fa 100644
> --- a/drivers/media/dvb-frontends/ds3000.c
> +++ b/drivers/media/dvb-frontends/ds3000.c
> @@ -456,7 +456,7 @@ static int ds3000_read_status(struct dvb_frontend *fe, enum fe_status *status)
>  }
> 
>  /* read DS3000 BER value */
> -static int ds3000_read_ber(struct dvb_frontend *fe, u32* ber)
> +static int ds3000_read_ber(struct dvb_frontend *fe, u32 *ber)
>  {
>      struct ds3000_state *state = fe->demodulator_priv;
>      struct dtv_frontend_properties *c = &fe->dtv_property_cache;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ