Re: [PATCH net-next] net: bridge: correct debug message function name in br_fill_ifinfo
Simon Horman <[email protected]>
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <aOzsaqMGpVL5HnZq__9195.15360599092$1760357533$gmane$org@horms.kernel.org> |
On Mon, Oct 13, 2025 at 03:01:16AM -0700, Alok Tiwari wrote: > The debug message in br_fill_ifinfo() incorrectly refers to br_fill_info > instead of the actual function name. Update it for clarity in debugging > output. > > Signed-off-by: Alok Tiwari <[email protected]> Reviewed-by: Simon Horman <[email protected]>