staging: vt6655: Fixed two lines over 80 characters long
[cascardo/linux.git] / drivers / staging / vt6655 / baseband.c
index 9e61f2d..1e6c0c4 100644 (file)
@@ -2089,9 +2089,19 @@ bool BBbVT3253Init(struct vnt_private *priv)
                                byVT3253B0_UW2451[ii][0],
                                byVT3253B0_UW2451[ii][1]);
 
-               /* Init ANT B select,TX Config CR09 = 0x61->0x45, 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted) */
+               /* Init ANT B select,
+                * TX Config CR09 = 0x61->0x45,
+                * 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted)
+                */
+
                /*bResult &= BBbWriteEmbedded(dwIoBase,0x09,0x41);*/
-               /* Init ANT B select,RX Config CR10 = 0x28->0x2A, 0x2A->0x28(VC1/VC2 define, make the ANT_A, ANT_B inverted) */
+
+               /* Init ANT B select,
+                * RX Config CR10 = 0x28->0x2A,
+                * 0x2A->0x28(VC1/VC2 define,
+                * make the ANT_A, ANT_B inverted)
+                */
+
                /*bResult &= BBbWriteEmbedded(dwIoBase,0x0a,0x28);*/
                /* Select VC1/VC2, CR215 = 0x02->0x06 */
                bResult &= BBbWriteEmbedded(priv, 0xd7, 0x06);