From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/dvb/frontend.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'include/arch/x86_64/linux/dvb/frontend.h') diff --git a/include/arch/x86_64/linux/dvb/frontend.h b/include/arch/x86_64/linux/dvb/frontend.h index 93c2c7bb..af8d3f19 100644 --- a/include/arch/x86_64/linux/dvb/frontend.h +++ b/include/arch/x86_64/linux/dvb/frontend.h @@ -452,13 +452,7 @@ enum fe_guard_interval { * * Please note that not all hierarchy types are supported by a given standard. */ -enum fe_hierarchy { - HIERARCHY_NONE, - HIERARCHY_1, - HIERARCHY_2, - HIERARCHY_4, - HIERARCHY_AUTO -}; +enum fe_hierarchy { HIERARCHY_NONE, HIERARCHY_1, HIERARCHY_2, HIERARCHY_4, HIERARCHY_AUTO }; /** * enum fe_interleaving - Interleaving @@ -779,12 +773,7 @@ enum atscmh_rs_code_mode { * @FE_SCALE_COUNTER: The scale counts the occurrence of an event, like * bit error, block error, lapsed time. */ -enum fecap_scale_params { - FE_SCALE_NOT_AVAILABLE = 0, - FE_SCALE_DECIBEL, - FE_SCALE_RELATIVE, - FE_SCALE_COUNTER -}; +enum fecap_scale_params { FE_SCALE_NOT_AVAILABLE = 0, FE_SCALE_DECIBEL, FE_SCALE_RELATIVE, FE_SCALE_COUNTER }; /** * struct dtv_stats - Used for reading a DTV status property -- cgit v1.2.3