]> git.baikalelectronics.ru Git - kernel.git/commit
staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedef
authorJohn Whitmore <johnfwhitmore@gmail.com>
Wed, 11 Jul 2018 19:21:44 +0000 (20:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 09:40:45 +0000 (11:40 +0200)
commitc70deaca14b1a68f015c384e93478229b72bbf5b
tree58136fa179ac2c873a22a6991c6cd5cf84ede7ee
parent19b7fe026f775828c4eeb17ca87cf5c793a40f6a
staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedef

Change structure tx_desc_cmd_819x_usb from being typedef to being a simple
structure, without the typedef.

checkpatch warns about defining new types in the code.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U.h
drivers/staging/rtl8192u/r8192U_core.c