Re: [PATCH net-next] net: ethernet: ti: cpsw: replace unnecessarily macroses on functions
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-07-27 20:32:12
Also in:
linux-omap, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-07-27 20:32:12
Also in:
linux-omap, lkml
+static inline void cpsw_src_port_detect(struct cpsw_common *cpsw, int status, + struct sk_buff *skb)
Please don't use inline. Let the compiler decide.
Andrew