linuxtv: cosmetics

This commit is contained in:
John Törblom 2013-07-09 13:58:56 +02:00
parent 559091c060
commit 14753a36d1

View file

@ -252,7 +252,7 @@ const idclass_t linuxdvb_mux_dvbc_class =
{
.type = PT_U32,
.id = "symbolrate",
.name = "Symbol Rate (S/s)",
.name = "Symbol Rate (Sym/s)",
.opts = PO_WRONCE,
.off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qam.symbol_rate),
},
@ -336,7 +336,7 @@ const idclass_t linuxdvb_mux_dvbs_class =
{
.type = PT_U32,
.id = "symbolrate",
.name = "Symbol Rate (S/s)",
.name = "Symbol Rate (Sym/s)",
.opts = PO_WRONCE,
.off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qpsk.symbol_rate),
},