Commit ca783736 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (8285): sms1xxx: more 80-column cleanups

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9f211397
...@@ -971,7 +971,8 @@ void smscore_onresponse(smscore_device_t *coredev, smscore_buffer_t *cb) ...@@ -971,7 +971,8 @@ void smscore_onresponse(smscore_device_t *coredev, smscore_buffer_t *cb)
__func__); __func__);
break; break;
case MSG_SMS_SWDOWNLOAD_TRIGGER_RES: 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__); __func__);
complete(&coredev->trigger_done); complete(&coredev->trigger_done);
break; break;
...@@ -1059,7 +1060,8 @@ int smscore_validate_client(smscore_device_t *coredev, ...@@ -1059,7 +1060,8 @@ int smscore_validate_client(smscore_device_t *coredev,
* @param coredev pointer to a coredev object from clients hotplug * @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 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 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 onremove_handler client handler that is called when device is removed
* @param context client-specific context * @param context client-specific context
* @param client pointer to a value that receives created smsclient object * @param client pointer to a value that receives created smsclient object
......
...@@ -481,7 +481,8 @@ typedef struct SMSHOSTLIB_STATISTICS_DVB_S ...@@ -481,7 +481,8 @@ typedef struct SMSHOSTLIB_STATISTICS_DVB_S
u32 NumMPEReceived; /* DVB-H, Num MPE section received */ u32 NumMPEReceived; /* DVB-H, Num MPE section received */
/* DVB-H TPS parameters */ /* 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, u32 DvbhSrvIndHP; /* DVB-H service indication info,
* bit 1 - Time Slicing indicator, * bit 1 - Time Slicing indicator,
* bit 0 - MPE-FEC indicator */ * bit 0 - MPE-FEC indicator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment