On Sun, 2016-07-03 at 13:56 -0700, Raghu Vatsavayi wrote: > This patch has minor replacements of ACCESS_ONCE macros with > WRITE_ONCE and replacement of BUG_ON with polite version WARN_ON.
And makes some functions static. > diff --git a/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c > b/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c [] > @@ -547,14 +537,14 @@ static void lio_cn6xxx_get_pcie_qlmport(struct > octeon_device *oct) > dev_dbg(&oct->pci_dev->dev, "Using PCIE Port %d\n", oct->pcie_port); > } > > -void > +static void [] > -int lio_cn6xxx_process_droq_intr_regs(struct octeon_device *oct) > +static int lio_cn6xxx_process_droq_intr_regs(struct octeon_device *oct) etc