Commit 3661cdf16df8121be01d3a9d8fae8f420c918d2d

Authored by Aybuke Ozdemir
Committed by Greg Kroah-Hartman
1 parent 9777ee83da

staging: octeon: octeon-ethernet.h Fix Unnecessary space after function pointer name

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/staging/octeon/octeon-ethernet.h
... ... @@ -58,7 +58,7 @@
58 58 /* Last negotiated link state */
59 59 uint64_t link_info;
60 60 /* Called periodically to check link status */
61   - void (*poll) (struct net_device *dev);
  61 + void (*poll)(struct net_device *dev);
62 62 struct delayed_work port_periodic_work;
63 63 struct work_struct port_work; /* may be unused. */
64 64 struct device_node *of_node;