From: Carlos A Petry <[email protected]>

Fix the following checkpatch warning:
WARNING: function definition argument 'struct altera_cvp_conf *'

Signed-off-by: Carlos A Petry <[email protected]>

---
 drivers/fpga/altera-cvp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/fpga/altera-cvp.c b/drivers/fpga/altera-cvp.c
index 45b7c8c0b..150a9f5dd 100644
--- a/drivers/fpga/altera-cvp.c
+++ b/drivers/fpga/altera-cvp.c
@@ -66,7 +66,8 @@ struct altera_cvp_conf {
        struct fpga_manager     *mgr;
        struct pci_dev          *pci_dev;
        void __iomem            *map;
-       void                    (*write_data)(struct altera_cvp_conf *, u32);
+       void                    (*write_data)(struct altera_cvp_conf *conf,
+                                             u32 data);
        char                    mgr_name[64];
        u8                      numclks;
 };
-- 
2.17.1

Reply via email to