aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorsayli karnik <[email protected]>2017-02-17 15:43:07 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-06 09:17:01 +0100
commitffb0b4f5f3547a76645f90af6072b16c7b9c8b71 (patch)
tree5339d51efcd6eced623a6fc16dfb8eb233039f1a /tools/perf/scripts/python/bin
parent5a12a59ec95010349bdc0b283fda3de7d9f64352 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions