summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-06-15 13:36:00 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-06-15 13:36:00 -0400
commit8d4d091ce0e9cd73abc0afe1a0db74aa48843421 (patch)
tree625a8682c8d0d5c8f28a463e74f18a55cd46ba0d /linux
parent213a09fbeb7f2c863fa01a4169d5e4268ea6e32f (diff)
downloadmediapointer-dvb-s2-8d4d091ce0e9cd73abc0afe1a0db74aa48843421.tar.gz
mediapointer-dvb-s2-8d4d091ce0e9cd73abc0afe1a0db74aa48843421.tar.bz2
sms1xxx: more 80-column cleanups
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/siano/smscoreapi.c9
-rw-r--r--linux/drivers/media/dvb/siano/smscoreapi.h3
2 files changed, 8 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/siano/smscoreapi.c b/linux/drivers/media/dvb/siano/smscoreapi.c
index 904a0da86..9a6287b59 100644
--- a/linux/drivers/media/dvb/siano/smscoreapi.c
+++ b/linux/drivers/media/dvb/siano/smscoreapi.c
@@ -1027,7 +1027,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;
@@ -1120,7 +1121,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
@@ -1269,7 +1271,8 @@ int smscore_map_common_buffer(smscore_device_t *coredev,
}
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
- if (remap_page_range(vma, start, coredev->common_buffer_phys, size, vma->vm_page_prot))
+ if (remap_page_range(vma, start, coredev->common_buffer_phys, size,
+ vma->vm_page_prot))
#else
if (remap_pfn_range(vma, start,
coredev->common_buffer_phys >> PAGE_SHIFT,
diff --git a/linux/drivers/media/dvb/siano/smscoreapi.h b/linux/drivers/media/dvb/siano/smscoreapi.h
index b4121f29a..6d04cbb08 100644
--- a/linux/drivers/media/dvb/siano/smscoreapi.h
+++ b/linux/drivers/media/dvb/siano/smscoreapi.h
@@ -496,7 +496,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 */