]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (8285): sms1xxx: more 80-column cleanups
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 15 Jun 2008 20:36:00 +0000 (17:36 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:21:54 +0000 (07:21 -0300)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/siano/smscoreapi.c
drivers/media/dvb/siano/smscoreapi.h

index 3c0e64286d4e695d92348c3cce931aa0ec749af8..d82aafacfb1ad3c573a5b7ee60b90cc179543575 100644 (file)
@@ -971,7 +971,8 @@ void smscore_onresponse(smscore_device_t *coredev, smscore_buffer_t *cb)
                               __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;
@@ -1059,7 +1060,8 @@ int smscore_validate_client(smscore_device_t *coredev,
  * @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
index 2a823b37ccf71b213ab9805699ac184a26745a0d..f0675cf4cef3ca214b11eac1d1e12589f40ea3bc 100644 (file)
@@ -481,7 +481,8 @@ typedef struct SMSHOSTLIB_STATISTICS_DVB_S
        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 */