summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorsayli karnik <karniksayli1995@gmail.com>2017-02-17 13:13:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:01 +0300
commitffb0b4f5f3547a76645f90af6072b16c7b9c8b71 (patch)
tree5339d51efcd6eced623a6fc16dfb8eb233039f1a /scripts/const_structs.checkpatch
parent5a12a59ec95010349bdc0b283fda3de7d9f64352 (diff)
downloadlinux-ffb0b4f5f3547a76645f90af6072b16c7b9c8b71.tar.xz
staging: rtl8192u: ieee80211: Remove typedef to the tx_pending_t structure
Using typedef for a structure type is not suggested in Linux kernel coding style guidelines. So remove typedef from structure tx_pending_t. The typedef name is not used anywhere. All variables of this type are declared using "struct tx_pending_t". Also change the structure name to tx_pending since it is normally only typedefs that have names that end in _t. Signed-off-by: sayli karnik <karniksayli1995@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions