summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/tda18271c2dd.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-01-04 12:47:28 +0100
committerMauro Carvalho Chehab2018-01-04 19:12:01 +0100
commit4a3fad709bbc74c85fffff8903d17b5e35723365 (patch)
treeef1049fa2d66756b7920d0cb6059083745997e57 /drivers/media/dvb-frontends/tda18271c2dd.h
parentmedia: uvcvideo: Add a quirk for Generalplus Technology Inc. 808 Camera (diff)
downloadkernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.gz
kernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.tar.xz
kernel-qcow2-linux-4a3fad709bbc74c85fffff8903d17b5e35723365.zip
media: fix usage of whitespaces and on indentation
On several places, whitespaces are being used for indentation, or even at the end of the line. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda18271c2dd.h')
-rw-r--r--drivers/media/dvb-frontends/tda18271c2dd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/tda18271c2dd.h b/drivers/media/dvb-frontends/tda18271c2dd.h
index 289653db68e4..afeb9536e9c9 100644
--- a/drivers/media/dvb-frontends/tda18271c2dd.h
+++ b/drivers/media/dvb-frontends/tda18271c2dd.h
@@ -9,8 +9,8 @@ struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
static inline struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr)
{
- printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
- return NULL;
+ printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
+ return NULL;
}
#endif