Re: [PATCH] net: ipconfig: use ifreq field aliases
From: Ido Schimmel
Date: Thu Sep 10 2026 - 06:46:10 EST
On Wed, Sep 09, 2026 at 02:44:16PM +0000, Lalit Shankar Chowdhury wrote:
> Use the ifr_addr and ifr_name macros instead of the lengthier versions.
Please read the following document before submitting more networking
patches:
https://docs.kernel.org/next/process/maintainer-netdev.html
In particular:
https://docs.kernel.org/next/process/maintainer-netdev.html#clean-up-patches
Thanks