From: sunran001@208suo.com
To: mchehab@kernel.org
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] media: dib8000: remove spaces after '*'
Date: Tue, 18 Jul 2023 10:16:34 +0800 [thread overview]
Message-ID: <627723b2e55bfc71dfbb4e1fe2594521@208suo.com> (raw)
In-Reply-To: <20230718021448.15551-1-xujianghui@cdjrlc.com>
Fix four occurrences of the checkpatch error:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Ran Sun <sunran001@208suo.com>
---
drivers/media/dvb-frontends/dib8000.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb-frontends/dib8000.c
b/drivers/media/dvb-frontends/dib8000.c
index 2abda7d1cb6e..43731167146f 100644
--- a/drivers/media/dvb-frontends/dib8000.c
+++ b/drivers/media/dvb-frontends/dib8000.c
@@ -3806,7 +3806,7 @@ static int dib8000_read_status(struct dvb_frontend
*fe, enum fe_status *stat)
return 0;
}
-static int dib8000_read_ber(struct dvb_frontend *fe, u32 * ber)
+static int dib8000_read_ber(struct dvb_frontend *fe, u32 *ber)
{
struct dib8000_state *state = fe->demodulator_priv;
@@ -3820,7 +3820,7 @@ static int dib8000_read_ber(struct dvb_frontend
*fe, u32 * ber)
return 0;
}
-static int dib8000_read_unc_blocks(struct dvb_frontend *fe, u32 * unc)
+static int dib8000_read_unc_blocks(struct dvb_frontend *fe, u32 *unc)
{
struct dib8000_state *state = fe->demodulator_priv;
@@ -3832,7 +3832,7 @@ static int dib8000_read_unc_blocks(struct
dvb_frontend *fe, u32 * unc)
return 0;
}
-static int dib8000_read_signal_strength(struct dvb_frontend *fe, u16 *
strength)
+static int dib8000_read_signal_strength(struct dvb_frontend *fe, u16
*strength)
{
struct dib8000_state *state = fe->demodulator_priv;
u8 index_frontend;
@@ -3888,7 +3888,7 @@ static u32 dib8000_get_snr(struct dvb_frontend
*fe)
return 0xffffffff;
}
-static int dib8000_read_snr(struct dvb_frontend *fe, u16 * snr)
+static int dib8000_read_snr(struct dvb_frontend *fe, u16 *snr)
{
struct dib8000_state *state = fe->demodulator_priv;
u8 index_frontend;
parent reply other threads:[~2023-07-18 2:16 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230718021448.15551-1-xujianghui@cdjrlc.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=627723b2e55bfc71dfbb4e1fe2594521@208suo.com \
--to=sunran001@208suo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®