Explorar o código

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>
Aybuke Ozdemir %!s(int64=11) %!d(string=hai) anos
pai
achega
3661cdf16d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/staging/octeon/octeon-ethernet.h

+ 1 - 1
drivers/staging/octeon/octeon-ethernet.h

@@ -58,7 +58,7 @@ struct octeon_ethernet {
 	/* Last negotiated link state */
 	/* Last negotiated link state */
 	uint64_t link_info;
 	uint64_t link_info;
 	/* Called periodically to check link status */
 	/* 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 delayed_work	port_periodic_work;
 	struct work_struct	port_work;	/* may be unused. */
 	struct work_struct	port_work;	/* may be unused. */
 	struct device_node	*of_node;
 	struct device_node	*of_node;