media: dvb-frontends: add missing spaces before '*' and remove spaces after '*'

Message ID 8d6cde20c1ff815058b5cc7fb757d73e@208suo.com (mailing list archive)
State Changes Requested
Delegated to: Hans Verkuil
Headers
Series media: dvb-frontends: add missing spaces before '*' and remove spaces after '*' |

Commit Message

sunran001@208suo.com July 18, 2023, 2:21 a.m. UTC
  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(-)

      struct dtv_frontend_properties *c = &fe->dtv_property_cache;
  

Patch

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;