Commit 0d808cdf authored by Branden Bonaby's avatar Branden Bonaby Committed by Greg Kroah-Hartman

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: default avatarBranden Bonaby <brandonbonaby94@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4432160
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment