summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/dibx000_common.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2017-11-16 10:27:28 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-12 07:53:57 -0500
commitc6a69269eb4f98aa998689449ad542df9741248f (patch)
treeed59ef57dcf75358017f5bc036c7acc4966d4721 /drivers/media/dvb-frontends/dibx000_common.c
parent330dada5957e3ca0c8811b14c45e3ac42c694651 (diff)
media: dibx000_common: Fix line continuation format
Line continuations with excess spacing causes unexpected output. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dibx000_common.c')
-rw-r--r--drivers/media/dvb-frontends/dibx000_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/dibx000_common.c b/drivers/media/dvb-frontends/dibx000_common.c
index bc28184c7fb0..d981233e458f 100644
--- a/drivers/media/dvb-frontends/dibx000_common.c
+++ b/drivers/media/dvb-frontends/dibx000_common.c
@@ -288,8 +288,8 @@ static int dibx000_i2c_gated_gpio67_xfer(struct i2c_adapter *i2c_adap,
int ret;
if (num > 32) {
- dprintk("%s: too much I2C message to be transmitted (%i).\
- Maximum is 32", __func__, num);
+ dprintk("%s: too much I2C message to be transmitted (%i). Maximum is 32",
+ __func__, num);
return -ENOMEM;
}
@@ -335,8 +335,8 @@ static int dibx000_i2c_gated_tuner_xfer(struct i2c_adapter *i2c_adap,
int ret;
if (num > 32) {
- dprintk("%s: too much I2C message to be transmitted (%i).\
- Maximum is 32", __func__, num);
+ dprintk("%s: too much I2C message to be transmitted (%i). Maximum is 32",
+ __func__, num);
return -ENOMEM;
}