__func__);
                        break;
                case MSG_SMS_SWDOWNLOAD_TRIGGER_RES:
-                       printk(KERN_DEBUG "%s: MSG_SMS_SWDOWNLOAD_TRIGGER_RES\n",
+                       printk(KERN_DEBUG
+                              "%s: MSG_SMS_SWDOWNLOAD_TRIGGER_RES\n",
                               __func__);
                        complete(&coredev->trigger_done);
                        break;
  * @param coredev pointer to a coredev object from clients hotplug
  * @param initial_id all messages with this id would be sent to this client
  * @param data_type all messages of this type would be sent to this client
- * @param onresponse_handler client handler that is called to process incoming messages
+ * @param onresponse_handler client handler that is called to
+ *                           process incoming messages
  * @param onremove_handler client handler that is called when device is removed
  * @param context client-specific context
  * @param client pointer to a value that receives created smsclient object
 
        u32 NumMPEReceived; /* DVB-H, Num MPE section received */
 
        /* DVB-H TPS parameters */
-       u32 CellId; /* TPS Cell ID in bits 15..0, bits 31..16 zero; if set to 0xFFFFFFFF cell_id not yet recovered */
+       u32 CellId; /* TPS Cell ID in bits 15..0, bits 31..16 zero;
+                    * if set to 0xFFFFFFFF cell_id not yet recovered */
        u32 DvbhSrvIndHP; /* DVB-H service indication info,
                           * bit 1 - Time Slicing indicator,
                           * bit 0 - MPE-FEC indicator */