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-next>] [day] [month] [year] [list]
Date:   Thu, 20 Jul 2023 10:37:06 +0800
From:   sunran001@...suo.com
To:     mchehab@...nel.org
Cc:     linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] [media] dvb-frontends: add missing spaces before ','

Add missing spaces to clear checkpatch errors.

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Ran Sun <sunran001@...suo.com>
---
  drivers/media/dvb-frontends/dib3000mc.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/dib3000mc.h 
b/drivers/media/dvb-frontends/dib3000mc.h
index 5ed3d9147f8b..b837e107881e 100644
--- a/drivers/media/dvb-frontends/dib3000mc.h
+++ b/drivers/media/dvb-frontends/dib3000mc.h
@@ -73,7 +73,7 @@ struct i2c_adapter 
*dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod,
  }
  #endif // CONFIG_DVB_DIB3000MC

-extern int dib3000mc_pid_control(struct dvb_frontend *fe, int index, 
int pid,int onoff);
+extern int dib3000mc_pid_control(struct dvb_frontend *fe, int index, 
int pid, int onoff);
  extern int dib3000mc_pid_parse(struct dvb_frontend *fe, int onoff);

  extern void dib3000mc_set_config(struct dvb_frontend *, struct 
dib3000mc_config *);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ