]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:22 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:24 +0000 (10:26 +0200)
commit012cb7dee6ed88d0cfcb88ce123d691a8e382780
treeaa4e6a53dadf027e37c7da956addf813cc115736
parentc9f47d13367c51521ca8a1afbe837bd9722ce382
staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c

sizeof(*var) instead of sizeof(struct XXX) is preferred.
Fix them in prism2sta.c file.

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