lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1467584220.1968.12.camel@perches.com> Date: Sun, 03 Jul 2016 15:17:00 -0700 From: Joe Perches <joe@...ches.com> To: Raghu Vatsavayi <rvatsavayi@...iumnetworks.com>, davem@...emloft.net Cc: netdev@...r.kernel.org, Derek Chickles <derek.chickles@...iumnetworks.com>, Satanand Burla <satananda.burla@...iumnetworks.com>, Felix Manlunas <felix.manlunas@...iumnetworks.com>, Raghu Vatsavayi <raghu.vatsavayi@...iumnetworks.com> Subject: Re: [PATCH net-next V2 02/10] liquidio: Macro replacements 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
Powered by blists - more mailing lists