Thread (13 messages) flat view 13 messages, 3 authors, 2016-07-04

Re: [PATCH net-next V2 02/10] liquidio: Macro replacements

From: Joe Perches <joe@perches.com>
Date: 2016-07-03 22:17:04

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.
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c b/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c
[]
quoted hunk ↗ jump to hunk
@@ -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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help