Re: [PATCH] stack: improve source code readability
Stephen Hemminger <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 11 Aug 2026 12:17:27 +0000 Morten Brørup <[email protected]> wrote: > Fixed misleading local variable names in the standard stack, > for improved source code readability. > No functional change. > > Fixes: 05d3b5283cc1 ("stack: introduce stack library") > > Signed-off-by: Morten Brørup <[email protected]> > --- Makes sense, but drop Fixes since that implies it is a bug fix. Cleanups don't need fixes. Acked-by: Stephen Hemminger <[email protected]>