Thread (35 messages) 35 messages, 5 authors, 2022-01-13

Re: [PATCH net-next v3 01/12] net: wwan: t7xx: Add control DMA interface

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-12-07 17:11:44
Also in: netdev

On Mon,  6 Dec 2021 19:47:00 -0700 Ricardo Martinez wrote:
+static inline void __iomem *pcie_addr_transfer(void __iomem *addr, u32 addr_trs1, u32 phy_addr)
please drop the inline keyword from all C files in the next version,
the compiler will know to inline trivial functions.
+{
+	return addr + phy_addr - addr_trs1;
+}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help