diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:26:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:35 -0400 |
commit | 20ae26c84e48b95177e334fa9022f68aa3b77df6 (patch) | |
tree | 0f052da7a682fbc81a68dfb5806e1ab149c124ee | |
parent | 1ab5e74fa3d41a3d49005e430f98cdff77a3cee6 (diff) |
V4L/DVB (11173): pvrusb2: Fix backwards function header comments
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-debugifc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-debugifc.h b/drivers/media/video/pvrusb2/pvrusb2-debugifc.h index e24ff59f8605..2f8d46761cd0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-debugifc.h +++ b/drivers/media/video/pvrusb2/pvrusb2-debugifc.h | |||
@@ -22,16 +22,16 @@ | |||
22 | 22 | ||
23 | struct pvr2_hdw; | 23 | struct pvr2_hdw; |
24 | 24 | ||
25 | /* Non-intrusively print some useful debugging info from inside the | ||
26 | driver. This should work even if the driver appears to be | ||
27 | wedged. */ | ||
28 | int pvr2_debugifc_print_info(struct pvr2_hdw *, | ||
29 | char *buf_ptr,unsigned int buf_size); | ||
30 | |||
31 | /* Print general status of driver. This will also trigger a probe of | 25 | /* Print general status of driver. This will also trigger a probe of |
32 | the USB link. Unlike print_info(), this one synchronizes with the | 26 | the USB link. Unlike print_info(), this one synchronizes with the |
33 | driver so the information should be self-consistent (but it will | 27 | driver so the information should be self-consistent (but it will |
34 | hang if the driver is wedged). */ | 28 | hang if the driver is wedged). */ |
29 | int pvr2_debugifc_print_info(struct pvr2_hdw *, | ||
30 | char *buf_ptr, unsigned int buf_size); | ||
31 | |||
32 | /* Non-intrusively print some useful debugging info from inside the | ||
33 | driver. This should work even if the driver appears to be | ||
34 | wedged. */ | ||
35 | int pvr2_debugifc_print_status(struct pvr2_hdw *, | 35 | int pvr2_debugifc_print_status(struct pvr2_hdw *, |
36 | char *buf_ptr,unsigned int buf_size); | 36 | char *buf_ptr,unsigned int buf_size); |
37 | 37 | ||