1
0
Fork 0

staging: gdm724x: Rename dftEpsId to dft_eps_id

Rename member element dftEpsId to dft_eps_id to avoid camelcase.
checkpatch warning: Avoid CamelCase.

Signed-off-by: Branden Bonaby <brandonbonaby94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Branden Bonaby 2019-03-20 14:37:04 -04:00 committed by Greg Kroah-Hartman
parent e4432160d9
commit 0d808cdfe0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ struct tlv {
struct sdu_header {
__dev16 cmd_evt;
__dev16 len;
__dev32 dftEpsId;
__dev32 dft_eps_id;
__dev32 bearer_ID;
__dev32 nic_type;
} __packed;