Re: [PATCH net-next 0/8] Use max/min to simplify the code
Jakub Kicinski <[email protected]> Mon, 26 Aug 2024 14:44:04 -0700
| Newsgroups | org.kernel.vger.dccp,org.kernel.vger.linux-wireless,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 24 Aug 2024 15:40:25 +0800 Hongbo Li wrote: > Many Coccinelle/coccicheck warning reported by minmax.cocci > in net module, such as: > WARNING opportunity for max() > WARNING opportunity for min() > > Let's use max/min to simplify the code and fix these warnings. > These patch have passed compilation test. This set does not build.