summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/siano/smsdvb.c
diff options
context:
space:
mode:
authorMichael Krufky2008-06-15 21:50:11 +0200
committerMauro Carvalho Chehab2008-07-20 12:21:40 +0200
commit59bf6b8e85209f4b875e319b42e8f13af7797826 (patch)
tree4e631b408e6c615fb944abfbd12f326bd07c42f4 /drivers/media/dvb/siano/smsdvb.c
parentV4L/DVB (8282): sms1xxx: more codingstyle cleanups (diff)
downloadkernel-qcow2-linux-59bf6b8e85209f4b875e319b42e8f13af7797826.tar.gz
kernel-qcow2-linux-59bf6b8e85209f4b875e319b42e8f13af7797826.tar.xz
kernel-qcow2-linux-59bf6b8e85209f4b875e319b42e8f13af7797826.zip
V4L/DVB (8283): sms1xxx: 80-column cleanups
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/siano/smsdvb.c')
-rw-r--r--drivers/media/dvb/siano/smsdvb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smsdvb.c b/drivers/media/dvb/siano/smsdvb.c
index e3f09646bb81..f46e7facdb6b 100644
--- a/drivers/media/dvb/siano/smsdvb.c
+++ b/drivers/media/dvb/siano/smsdvb.c
@@ -313,7 +313,8 @@ int smsdvb_hotplug(smscore_device_t *coredev,
return 0;
if (smscore_get_device_mode(coredev) != 4) {
- printk(KERN_ERR "%sSMS Device mode is not set for DVB operation.\n", __func__);
+ printk(KERN_ERR "%sSMS Device mode is not set for "
+ "DVB operation.\n", __func__);
return 0;
}