diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 08:06:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 09:03:27 -0400 |
commit | cf0e9cfcc70d8aaeabf19356f42041f8a5495301 (patch) | |
tree | 52e12c6e0d1027a0c280ed78f67a31166a64796e /drivers/media/common/siano/smsdvb-debugfs.c | |
parent | dfef84fc135832ad5c270758b6834fcb4bf448fc (diff) |
[media] siano: convert structure names to lowercase
There are several structures defined in uppercase. Convert them
to lowercase, and simplify their names, when possible.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/smsdvb-debugfs.c')
-rw-r--r-- | drivers/media/common/siano/smsdvb-debugfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/common/siano/smsdvb-debugfs.c b/drivers/media/common/siano/smsdvb-debugfs.c index 5a28506d7bba..f63121ccbd10 100644 --- a/drivers/media/common/siano/smsdvb-debugfs.c +++ b/drivers/media/common/siano/smsdvb-debugfs.c | |||
@@ -49,7 +49,7 @@ struct smsdvb_debugfs { | |||
49 | }; | 49 | }; |
50 | 50 | ||
51 | void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data, | 51 | void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data, |
52 | struct SMSHOSTLIB_STATISTICS_ST *p) | 52 | struct sms_stats *p) |
53 | { | 53 | { |
54 | int n = 0; | 54 | int n = 0; |
55 | char *buf; | 55 | char *buf; |
@@ -152,7 +152,7 @@ void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data, | |||
152 | } | 152 | } |
153 | 153 | ||
154 | void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data, | 154 | void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data, |
155 | struct SMSHOSTLIB_STATISTICS_ISDBT_ST *p) | 155 | struct sms_isdbt_stats *p) |
156 | { | 156 | { |
157 | int i, n = 0; | 157 | int i, n = 0; |
158 | char *buf; | 158 | char *buf; |
@@ -242,7 +242,7 @@ void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data, | |||
242 | } | 242 | } |
243 | 243 | ||
244 | void smsdvb_print_isdb_stats_ex(struct smsdvb_debugfs *debug_data, | 244 | void smsdvb_print_isdb_stats_ex(struct smsdvb_debugfs *debug_data, |
245 | struct SMSHOSTLIB_STATISTICS_ISDBT_EX_ST *p) | 245 | struct sms_isdbt_stats_ex *p) |
246 | { | 246 | { |
247 | int i, n = 0; | 247 | int i, n = 0; |
248 | char *buf; | 248 | char *buf; |