linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] dvb-frontends: add missing spaces before ','
       [not found] <20230720023552.1070-1-xujianghui@cdjrlc.com>
@ 2023-07-20  2:37 ` sunran001
  2023-08-07 11:02   ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: sunran001 @ 2023-07-20  2:37 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel

Add missing spaces to clear checkpatch errors.

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

Signed-off-by: Ran Sun <sunran001@208suo.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 *);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [media] dvb-frontends: add missing spaces before ','
  2023-07-20  2:37 ` [PATCH] [media] dvb-frontends: add missing spaces before ',' sunran001
@ 2023-08-07 11:02   ` Hans Verkuil
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2023-08-07 11:02 UTC (permalink / raw)
  To: sunran001, mchehab; +Cc: linux-media, linux-kernel

Hi Ran Sun,

On 20/07/2023 04:37, sunran001@208suo.com wrote:
> Add missing spaces to clear checkpatch errors.
> 
> ERROR: space required after that ',' (ctx:VxV)
> 
> Signed-off-by: Ran Sun <sunran001@208suo.com>

The patch in patchwork is corrupt:

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

Probably line wrapping issues. Please check your mailer settings!

Regards,

	Hans

> ---
>  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 *);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] [media] dvb-frontends: add missing spaces before ','
       [not found] <20230714083530.14582-1-xujianghui@cdjrlc.com>
@ 2023-07-14  8:36 ` sunran001
  0 siblings, 0 replies; 3+ messages in thread
From: sunran001 @ 2023-07-14  8:36 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel

Add missing spaces to clear checkpatch errors.

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

Signed-off-by: Ran Sun <sunran001@208suo.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 *);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-07 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230720023552.1070-1-xujianghui@cdjrlc.com>
2023-07-20  2:37 ` [PATCH] [media] dvb-frontends: add missing spaces before ',' sunran001
2023-08-07 11:02   ` Hans Verkuil
     [not found] <20230714083530.14582-1-xujianghui@cdjrlc.com>
2023-07-14  8:36 ` sunran001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).