OSDN Git Service

staging: rtl8192u: ieee80211: Remove typedef to the tx_pending_t structure
authorsayli karnik <karniksayli1995@gmail.com>
Fri, 17 Feb 2017 10:13:07 +0000 (15:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:01 +0000 (09:17 +0100)
commitffb0b4f5f3547a76645f90af6072b16c7b9c8b71
tree5339d51efcd6eced623a6fc16dfb8eb233039f1a
parent5a12a59ec95010349bdc0b283fda3de7d9f64352
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>
drivers/staging/rtl8192u/ieee80211/ieee80211.h