diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 16:27:37 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 17:03:45 +0400 |
commit | 28a59df4d7cb8f749ba92ad304df4063ccf108fd (patch) | |
tree | ee9ddcf3b3c50b66cb506a3b4e79ee15ebcd6f5f /drivers/media/common/siano/smsdvb.h | |
parent | 90414248bf23ba3c96811f48053b47bfc330fce3 (diff) | |
download | linux-28a59df4d7cb8f749ba92ad304df4063ccf108fd.tar.xz |
[media] siano: remove the remaining CamelCase compliants
Remove the remaining CamelCase checkpatch.pl compliants.
There are still a few left, but those are due to USB and
DVB APIs.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/smsdvb.h')
-rw-r--r-- | drivers/media/common/siano/smsdvb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smsdvb.h b/drivers/media/common/siano/smsdvb.h index 513f85366209..92c413ba0c79 100644 --- a/drivers/media/common/siano/smsdvb.h +++ b/drivers/media/common/siano/smsdvb.h @@ -87,7 +87,7 @@ struct RECEPTION_STATISTICS_PER_SLICES_S { u32 request_id; u32 modem_state; /* from SMSHOSTLIB_DVB_MODEM_STATE_ET */ - u32 BER; /* Post Viterbi BER [1E-5] */ + u32 ber; /* Post Viterbi BER [1E-5] */ s32 RSSI; /* dBm */ s32 carrier_offset; /* Carrier Offset in bin/1024 */ |