* [PATCH] media: add missing spaces before '*' and remove spaces after '*'
[not found] <20230714084941.14803-1-xujianghui@cdjrlc.com>
@ 2023-07-14 8:50 ` sunran001
0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-14 8:50 UTC (permalink / raw)
To: mchehab; +Cc: linux-media, linux-kernel
Add missing spaces to clear checkpatch errors.
ERROR: "foo* bar" should be "foo *bar"
ERROR: else should follow close brace '}'
Signed-off-by: Ran Sun <sunran001@208suo.com>
---
drivers/media/dvb-frontends/bsbe1.h | 36 ++++++++++++++---------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/media/dvb-frontends/bsbe1.h
b/drivers/media/dvb-frontends/bsbe1.h
index 7ca1bdc08177..89ca9b14a740 100644
--- a/drivers/media/dvb-frontends/bsbe1.h
+++ b/drivers/media/dvb-frontends/bsbe1.h
@@ -36,24 +36,24 @@ static int alps_bsbe1_set_symbol_rate(struct
dvb_frontend *fe, u32 srate, u32 ra
u8 aclk = 0;
u8 bclk = 0;
- if (srate < 1500000) {
- aclk = 0xb7;
- bclk = 0x47;
- } else if (srate < 3000000) {
- aclk = 0xb7;
- bclk = 0x4b;
- } else if (srate < 7000000) {
- aclk = 0xb7;
- bclk = 0x4f;
- } else if (srate < 14000000) {
- aclk = 0xb7;
- bclk = 0x53;
- } else if (srate < 30000000) {
- aclk = 0xb6;
- bclk = 0x53;
- } else if (srate < 45000000) {
- aclk = 0xb4;
- bclk = 0x51;
+ if (srate < 1500000) {
+ aclk = 0xb7;
+ bclk = 0x47;
+ } else if (srate < 3000000) {
+ aclk = 0xb7;
+ bclk = 0x4b;
+ } else if (srate < 7000000) {
+ aclk = 0xb7;
+ bclk = 0x4f;
+ } else if (srate < 14000000) {
+ aclk = 0xb7;
+ bclk = 0x53;
+ } else if (srate < 30000000) {
+ aclk = 0xb6;
+ bclk = 0x53;
+ } else if (srate < 45000000) {
+ aclk = 0xb4;
+ bclk = 0x51;
}
stv0299_writereg(fe, 0x13, aclk);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-14 8:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230714084941.14803-1-xujianghui@cdjrlc.com>
2023-07-14 8:50 ` [PATCH] media: add missing spaces before '*' and remove spaces after '*' sunran001
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®