V4L/DVB (10525): em28xx: Coding style fixes and a typo correction
[deliverable/linux.git] / drivers / media / video / em28xx / em28xx-i2c.c
index d69f0efcc9aad821101d431b8c5a3afc1177da07..2dab43d22da2d69615b20865290488dbfe07929d 100644 (file)
@@ -402,10 +402,12 @@ static int em28xx_i2c_eeprom(struct em28xx *dev, unsigned char *eedata, int len)
                                 dev->name);
                break;
        case 2:
-               printk(KERN_INFO "%s:\tI2S audio, sample rate=32k\n", dev->name);
+               printk(KERN_INFO "%s:\tI2S audio, sample rate=32k\n",
+                                dev->name);
                break;
        case 3:
-               printk(KERN_INFO "%s:\tI2S audio, 3 sample rates\n", dev->name);
+               printk(KERN_INFO "%s:\tI2S audio, 3 sample rates\n",
+                                dev->name);
                break;
        }
 
This page took 0.032641 seconds and 5 git commands to generate.