From 2c031a69ab37a828b8a0270e8a4bd2bdc9e68f97 Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Fri, 13 Oct 2017 00:46:31 +0300 Subject: Get rid of some CamelCase Signed-off-by: Ilias Apalodimas --- include/drivers/driver_ops.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/drivers/driver_ops.h b/include/drivers/driver_ops.h index 2c3c016..24ea68f 100644 --- a/include/drivers/driver_ops.h +++ b/include/drivers/driver_ops.h @@ -8,7 +8,8 @@ struct driver_ops { /* VFIO/PCI quirks */ int (*vfio_quirks)(void); /* prepare Tx descriptors */ - int (*rx_fill)(int device, void *rxring, struct iomem *data, char *rx_buf[]); + int (*rx_fill)(int device, void *rxring, struct iomem data, + char *rx_buf[]); /* prepare Tx descriptors */ int (*tx_fill)(int device, void *txring, struct iomem *data); /* receive */ -- cgit v1.2.3