staging: octeon: octeon-ethernet.h Fix Unnecessary space after function pointer name
authorAybuke Ozdemir <aybuke.147@gmail.com>
Sun, 16 Mar 2014 05:08:46 +0000 (07:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 17:32:19 +0000 (10:32 -0700)
The patch fixes the following checkpatch.pl warnings:
WARNING: Unnecessary space after function pointer name.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/octeon-ethernet.h

index 9360e22e07398d9da6f3dcb5734546d27abc25a2..4cf3884070faeaa580b9fbb743a26cc840d1583b 100644 (file)
@@ -58,7 +58,7 @@ struct octeon_ethernet {
        /* Last negotiated link state */
        uint64_t link_info;
        /* Called periodically to check link status */
-       void (*poll) (struct net_device *dev);
+       void (*poll)(struct net_device *dev);
        struct delayed_work     port_periodic_work;
        struct work_struct      port_work;      /* may be unused. */
        struct device_node      *of_node;