[media] drxk_hard.h: don't use more than 80 columns
X-Patchwork-Delegate: mchehab@redhat.com Almost all 80-col warnings are related to comments. There's one, however, that it is due to a one-line enum declaration for enum agc_ctrl_mode. Break it into one line per enumered data. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
57b8b00357
commit
d5687ab520
1 changed files with 6 additions and 1 deletions
|
@ -93,7 +93,12 @@ enum drx_power_mode {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum agc_ctrl_mode { DRXK_AGC_CTRL_AUTO = 0, DRXK_AGC_CTRL_USER, DRXK_AGC_CTRL_OFF };
|
enum agc_ctrl_mode {
|
||||||
|
DRXK_AGC_CTRL_AUTO = 0,
|
||||||
|
DRXK_AGC_CTRL_USER,
|
||||||
|
DRXK_AGC_CTRL_OFF
|
||||||
|
};
|
||||||
|
|
||||||
enum e_drxk_state {
|
enum e_drxk_state {
|
||||||
DRXK_UNINITIALIZED = 0,
|
DRXK_UNINITIALIZED = 0,
|
||||||
DRXK_STOPPED,
|
DRXK_STOPPED,
|
||||||
|
|
Loading…
Add table
Reference in a new issue