* [PATCH] media: dvb-frontends: add missing spaces before '*' and remove spaces after '*' [not found] <20230720024545.1230-1-xujianghui@cdjrlc.com> @ 2023-07-20 2:47 ` sunran001 2023-08-07 11:04 ` Hans Verkuil 0 siblings, 1 reply; 2+ messages in thread From: sunran001 @ 2023-07-20 2:47 UTC (permalink / raw) To: mchehab; +Cc: linux-media, linux-kernel Add missing spaces to clear checkpatch errors. ERROR: "foo* bar" should be "foo *bar" Signed-off-by: Ran Sun <sunran001@208suo.com> --- 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; ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] media: dvb-frontends: add missing spaces before '*' and remove spaces after '*' 2023-07-20 2:47 ` [PATCH] media: dvb-frontends: add missing spaces before '*' and remove spaces after '*' sunran001 @ 2023-08-07 11:04 ` Hans Verkuil 0 siblings, 0 replies; 2+ messages in thread From: Hans Verkuil @ 2023-08-07 11:04 UTC (permalink / raw) To: sunran001, mchehab; +Cc: linux-media, linux-kernel On 20/07/2023 04:47, sunran001@208suo.com wrote: > Add missing spaces to clear checkpatch errors. > > ERROR: "foo* bar" should be "foo *bar" > > Signed-off-by: Ran Sun <sunran001@208suo.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; ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-07 11:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230720024545.1230-1-xujianghui@cdjrlc.com>
2023-07-20 2:47 ` [PATCH] media: dvb-frontends: add missing spaces before '*' and remove spaces after '*' sunran001
2023-08-07 11:04 ` Hans Verkuil
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®