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

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

checkpatch warns about defining new types in 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