staging: wlan-ng: Replace data type declaration with variable of same type in hfa384x...
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:19 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:21 +0000 (10:26 +0200)
commita567d0d47ffb31d1f8d8c206db998043911fa256
tree47cb48cf85282cd108924906861e25136f259922
parent89e13b4590d004a64961abb66479bb6cc51143f9
staging: wlan-ng: Replace data type declaration with variable of same type in hfa384x_usb.c

sizeof(var) instead of sizeof(struct XXX) is preferred.
Fix it in hfa384x_usb.c file.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c