MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000/tm6010 based TV cards");
 MODULE_AUTHOR("Mauro Carvalho Chehab");
 MODULE_LICENSE("GPL");
-MODULE_SUPPORTED_DEVICE("{{Trident,tm5600},"
-                       "{{Trident,tm6000},"
-                       "{{Trident,tm6010}");
+MODULE_SUPPORTED_DEVICE("{{Trident,tm5600},{{Trident,tm6000},{{Trident,tm6010}");
 static unsigned int debug;
 module_param(debug, int, 0644);
 MODULE_PARM_DESC(debug, "enable debug messages");
 
        for (i = 0; i < size; i++) {
                rc = tm6000_set_reg(dev, tab[i].req, tab[i].reg, tab[i].val);
                if (rc < 0) {
-                       printk(KERN_ERR "Error %i while setting req %d, "
-                                       "reg %d to value %d\n", rc,
+                       printk(KERN_ERR "Error %i while setting req %d, reg %d to value %d\n",
+                              rc,
                                        tab[i].req, tab[i].reg, tab[i].val);
                        return rc;
                }
                if (dev->dev_type == TM6010)
                        tm6010_set_mute_sif(dev, mute);
                else {
-                       printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has"
-                                       " SIF audio inputs. Please check the %s"
-                                       " configuration.\n", dev->name);
+                       printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has SIF audio inputs. Please check the %s configuration.\n",
+                              dev->name);
                        return -EINVAL;
                }
                break;
                if (dev->dev_type == TM6010)
                        tm6010_set_volume_sif(dev, vol);
                else
-                       printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has"
-                                       " SIF audio inputs. Please check the %s"
-                                       " configuration.\n", dev->name);
+                       printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has SIF audio inputs. Please check the %s configuration.\n",
+                              dev->name);
                break;
        case TM6000_AMUX_ADC1:
        case TM6000_AMUX_ADC2:
 
 MODULE_AUTHOR("Mauro Carvalho Chehab");
 MODULE_LICENSE("GPL");
 
-MODULE_SUPPORTED_DEVICE("{{Trident, tm5600},"
-                       "{{Trident, tm6000},"
-                       "{{Trident, tm6010}");
+MODULE_SUPPORTED_DEVICE("{{Trident, tm5600},{{Trident, tm6000},{{Trident, tm6010}");
 
 static int debug;
 
                        }
 
                        if (!dvb_attach(xc2028_attach, dvb->frontend, &cfg)) {
-                               printk(KERN_ERR "tm6000: couldn't register "
-                                               "frontend (xc3028)\n");
+                               printk(KERN_ERR "tm6000: couldn't register frontend (xc3028)\n");
                                ret = -EINVAL;
                                goto frontend_err;
                        }
-                       printk(KERN_INFO "tm6000: XC2028/3028 asked to be "
-                                        "attached to frontend!\n");
+                       printk(KERN_INFO "tm6000: XC2028/3028 asked to be attached to frontend!\n");
                        break;
                        }
                case TUNER_XC5000: {
                        }
 
                        if (!dvb_attach(xc5000_attach, dvb->frontend, &dev->i2c_adap, &cfg)) {
-                               printk(KERN_ERR "tm6000: couldn't register "
-                                               "frontend (xc5000)\n");
+                               printk(KERN_ERR "tm6000: couldn't register frontend (xc5000)\n");
                                ret = -EINVAL;
                                goto frontend_err;
                        }
-                       printk(KERN_INFO "tm6000: XC5000 asked to be "
-                                        "attached to frontend!\n");
+                       printk(KERN_INFO "tm6000: XC5000 asked to be attached to frontend!\n");
                        break;
                        }
                }
 
                         * immediately after a 1 or 2 byte write to select
                         * a register.  We cannot fulfil this request.
                         */
-                       i2c_dprintk(2, " read without preceding write not"
-                                      " supported");
+                       i2c_dprintk(2, " read without preceding write not supported");
                        rc = -EOPNOTSUPP;
                        goto err;
                } else if (i + 1 < num && msgs[i].len <= 2 &&
 
        for (i = 0; set[i].req; i++) {
                rc = tm6000_set_reg(dev, set[i].req, set[i].reg, set[i].value);
                if (rc < 0) {
-                       printk(KERN_ERR "Error %i while setting "
-                              "req %d, reg %d to value %d\n",
+                       printk(KERN_ERR "Error %i while setting req %d, reg %d to value %d\n",
                               rc, set[i].req, set[i].reg, set[i].value);
                        return rc;
                }
 
                return -ENOMEM;
        }
 
-       dprintk(dev, V4L2_DEBUG_QUEUE, "Allocating %d x %d packets"
-                   " (%d bytes) of %d bytes each to handle %u size\n",
+       dprintk(dev, V4L2_DEBUG_QUEUE, "Allocating %d x %d packets (%d bytes) of %d bytes each to handle %u size\n",
                    max_packets, num_bufs, sb_size,
                    dev->isoc_in.maxsize, size);
 
 
        fmt = format_by_fourcc(f->fmt.pix.pixelformat);
        if (NULL == fmt) {
-               dprintk(dev, 2, "Fourcc format (0x%08x)"
-                               " invalid.\n", f->fmt.pix.pixelformat);
+               dprintk(dev, 2, "Fourcc format (0x%08x) invalid.\n",
+                       f->fmt.pix.pixelformat);
                return -EINVAL;
        }
 
        fh->width = dev->width;
        fh->height = dev->height;
 
-       dprintk(dev, V4L2_DEBUG_OPEN, "Open: fh=0x%08lx, dev=0x%08lx, "
-                                               "dev->vidq=0x%08lx\n",
+       dprintk(dev, V4L2_DEBUG_OPEN, "Open: fh=0x%08lx, dev=0x%08lx, dev->vidq=0x%08lx\n",
                        (unsigned long)fh, (unsigned long)dev,
                        (unsigned long)&dev->vidq);
-       dprintk(dev, V4L2_DEBUG_OPEN, "Open: list_empty "
-                               "queued=%d\n", list_empty(&dev->vidq.queued));
-       dprintk(dev, V4L2_DEBUG_OPEN, "Open: list_empty "
-                               "active=%d\n", list_empty(&dev->vidq.active));
+       dprintk(dev, V4L2_DEBUG_OPEN, "Open: list_empty queued=%d\n",
+               list_empty(&dev->vidq.queued));
+       dprintk(dev, V4L2_DEBUG_OPEN, "Open: list_empty active=%d\n",
+               list_empty(&dev->vidq.active));
 
        /* initialize hardware on analog mode */
        rc = tm6000_init_analog_mode(dev);