summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/siano/smscoreapi.c
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/drivers/media/dvb/siano/smscoreapi.c
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/drivers/media/dvb/siano/smscoreapi.c')
-rw-r--r--linux/drivers/media/dvb/siano/smscoreapi.c9
1 files changed, 6 insertions, 3 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,