aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/qlge.h
diff options
context:
space:
mode:
authorDiego Bienz <diego.bienz@gmail.com>2020-06-30 13:33:24 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-01 15:43:47 +0200
commitf9b468a3bd173ad3627ed99c6ba01eae0046c9be (patch)
treec034b460f4f82d68274b8e27268ecffa5deac79f /drivers/staging/qlge/qlge.h
parentclk: staging: Specify IOMEM dependency for Xilinx Clocking Wizard driver (diff)
downloadlinux-dev-f9b468a3bd173ad3627ed99c6ba01eae0046c9be.tar.xz
linux-dev-f9b468a3bd173ad3627ed99c6ba01eae0046c9be.zip
staging: qlge: qlge.h: remove unnecessary spaces
Spaces aren't necessary before function pointer arguments. Signed-off-by: Diego Bienz <diego.bienz@gmail.com> Link: https://lore.kernel.org/r/20200630113324.GA10534@diegob-nb Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/qlge/qlge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h
index fc8c5ca8935d..05e4f47442a3 100644
--- a/drivers/staging/qlge/qlge.h
+++ b/drivers/staging/qlge/qlge.h
@@ -2057,8 +2057,8 @@ enum {
};
struct nic_operations {
- int (*get_flash) (struct ql_adapter *);
- int (*port_initialize) (struct ql_adapter *);
+ int (*get_flash)(struct ql_adapter *);
+ int (*port_initialize)(struct ql_adapter *);
};
/*