]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wlan-ng: p80211netdev.c: fixed checkpatch error
authorSebastiaan de Haan <sebastiaan@sebastiaandehaan.org>
Fri, 17 Feb 2012 20:14:55 +0000 (21:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 19:59:57 +0000 (11:59 -0800)
New kernel developer inspired by the 2010 FOSDEM talk. Running checkpatch on
p80211netdev.c gave the error: p80211netdev.c:153: ERROR: "foo * bar" should
be "foo *bar". Fixed it by doing what was suggested.

Signed-off-by: Sebastiaan de Haan <sebastiaan@sebastiaandehaan.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211netdev.c

index 14bfeb2e704cbb8bf83b7b450d529e182dde9dbf..0f51b4ab3631a73cd5d68390e3679f1d7c0bf2ba 100644 (file)
@@ -150,7 +150,7 @@ static int p80211knetdev_init(netdevice_t *netdev)
 * Returns:
 *      the address of the statistics structure
 ----------------------------------------------------------------*/
-static struct net_device_stats *p80211knetdev_get_stats(netdevice_t * netdev)
+static struct net_device_stats *p80211knetdev_get_stats(netdevice_t *netdev)
 {
        wlandevice_t *wlandev = netdev->ml_priv;