diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-15 16:36:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:21:54 -0400 |
commit | ca78373687bddcd436e1bf2d9b6806cfd9cad8b8 (patch) | |
tree | 222bf32b029ca37ddbbb413389be93eeee76f1dd | |
parent | 9f2113975a7898c913c668bb709e95c27e51617b (diff) |
V4L/DVB (8285): sms1xxx: more 80-column cleanups
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.c | 6 | ||||
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.h | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/drivers/media/dvb/siano/smscoreapi.c b/drivers/media/dvb/siano/smscoreapi.c index 3c0e64286d4e..d82aafacfb1a 100644 --- a/drivers/media/dvb/siano/smscoreapi.c +++ b/drivers/media/dvb/siano/smscoreapi.c | |||
@@ -971,7 +971,8 @@ void smscore_onresponse(smscore_device_t *coredev, smscore_buffer_t *cb) | |||
971 | __func__); | 971 | __func__); |
972 | break; | 972 | break; |
973 | case MSG_SMS_SWDOWNLOAD_TRIGGER_RES: | 973 | case MSG_SMS_SWDOWNLOAD_TRIGGER_RES: |
974 | printk(KERN_DEBUG "%s: MSG_SMS_SWDOWNLOAD_TRIGGER_RES\n", | 974 | printk(KERN_DEBUG |
975 | "%s: MSG_SMS_SWDOWNLOAD_TRIGGER_RES\n", | ||
975 | __func__); | 976 | __func__); |
976 | complete(&coredev->trigger_done); | 977 | complete(&coredev->trigger_done); |
977 | break; | 978 | break; |
@@ -1059,7 +1060,8 @@ int smscore_validate_client(smscore_device_t *coredev, | |||
1059 | * @param coredev pointer to a coredev object from clients hotplug | 1060 | * @param coredev pointer to a coredev object from clients hotplug |
1060 | * @param initial_id all messages with this id would be sent to this client | 1061 | * @param initial_id all messages with this id would be sent to this client |
1061 | * @param data_type all messages of this type would be sent to this client | 1062 | * @param data_type all messages of this type would be sent to this client |
1062 | * @param onresponse_handler client handler that is called to process incoming messages | 1063 | * @param onresponse_handler client handler that is called to |
1064 | * process incoming messages | ||
1063 | * @param onremove_handler client handler that is called when device is removed | 1065 | * @param onremove_handler client handler that is called when device is removed |
1064 | * @param context client-specific context | 1066 | * @param context client-specific context |
1065 | * @param client pointer to a value that receives created smsclient object | 1067 | * @param client pointer to a value that receives created smsclient object |
diff --git a/drivers/media/dvb/siano/smscoreapi.h b/drivers/media/dvb/siano/smscoreapi.h index 2a823b37ccf7..f0675cf4cef3 100644 --- a/drivers/media/dvb/siano/smscoreapi.h +++ b/drivers/media/dvb/siano/smscoreapi.h | |||
@@ -481,7 +481,8 @@ typedef struct SMSHOSTLIB_STATISTICS_DVB_S | |||
481 | u32 NumMPEReceived; /* DVB-H, Num MPE section received */ | 481 | u32 NumMPEReceived; /* DVB-H, Num MPE section received */ |
482 | 482 | ||
483 | /* DVB-H TPS parameters */ | 483 | /* DVB-H TPS parameters */ |
484 | u32 CellId; /* TPS Cell ID in bits 15..0, bits 31..16 zero; if set to 0xFFFFFFFF cell_id not yet recovered */ | 484 | u32 CellId; /* TPS Cell ID in bits 15..0, bits 31..16 zero; |
485 | * if set to 0xFFFFFFFF cell_id not yet recovered */ | ||
485 | u32 DvbhSrvIndHP; /* DVB-H service indication info, | 486 | u32 DvbhSrvIndHP; /* DVB-H service indication info, |
486 | * bit 1 - Time Slicing indicator, | 487 | * bit 1 - Time Slicing indicator, |
487 | * bit 0 - MPE-FEC indicator */ | 488 | * bit 0 - MPE-FEC indicator */ |