| From 9749ed88f3cf7f2a26ab0af31eac6e723330d18c Mon Sep 17 00:00:00 2001 |
| From: "qinglin.li" <qinglin.li@amlogic.com> |
| Date: Wed, 12 Oct 2022 17:32:39 +0800 |
| Subject: [PATCH 02/11] sc2: gcc compile [1/2] |
| |
| PD#SWPL-97112 |
| |
| Problem: |
| gcc code style check error |
| |
| Solution: |
| fix code style when gcc compile |
| |
| Verify: |
| sc2 |
| |
| Signed-off-by: qinglin.li <qinglin.li@amlogic.com> |
| Change-Id: I52ee0569086b696f1af51f0f667d0b51605a3e4e |
| --- |
| include/uapi/linux/dvb/frontend.h | 16 ++++++++-------- |
| 1 file changed, 8 insertions(+), 8 deletions(-) |
| |
| diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h |
| index a3e9a5a01269..a1ffc7e8cd50 100644 |
| --- a/include/uapi/linux/dvb/frontend.h |
| +++ b/include/uapi/linux/dvb/frontend.h |
| @@ -1202,14 +1202,14 @@ struct tuner_param_s { |
| unsigned int resvred; |
| }; |
| |
| -// typedef struct dvb_analog_parameters dvb_analog_parameters_t; |
| -// typedef struct tuner_status_s tuner_status_t; |
| -// typedef struct atv_status_s atv_status_t; |
| -// typedef struct sound_status_s sound_status_t; |
| -// typedef enum tuner_param_cmd_e tuner_param_cmd_t; |
| -// typedef struct tuner_param_s tuner_param_t; |
| -// typedef enum fe_layer fe_layer_t; |
| -// typedef enum fe_ofdm_mode fe_ofdm_mode_t; |
| +/* typedef struct dvb_analog_parameters dvb_analog_parameters_t; */ |
| +/* typedef struct tuner_status_s tuner_status_t; */ |
| +/* typedef struct atv_status_s atv_status_t; */ |
| +/* typedef struct sound_status_s sound_status_t; */ |
| +/* typedef enum tuner_param_cmd_e tuner_param_cmd_t; */ |
| +/* typedef struct tuner_param_s tuner_param_t; */ |
| +/* typedef enum fe_layer fe_layer_t; */ |
| +/* typedef enum fe_ofdm_mode fe_ofdm_mode_t; */ |
| |
| /* Satellite blind scan settings */ |
| struct dvbsx_blindscanpara { |
| -- |
| 2.41.0 |
| |