Jon Kohler wrote: > Refactor variable names in vhost_net_build_xdp to align with XDP > terminology, enhancing code clarity and consistency. Additionally, > reorder variables to follow a reverse Christmas tree structure, > improving code organization and readability. > > This change introduces no functional modifications. > > Signed-off-by: Jon Kohler <jon@xxxxxxxxxxx> We generally don't do pure refactoring patches. They add churn to code history for little gain (and some overhead and risk).