On Tue, 10 Dec 2024 07:08:35 +0000 Wencheng Li <liwench...@phytium.com.cn> wrote:
> Replace tabs with spaces to resolve indentation > issues in meson.build file. > > Fixes: 97fd6a929cf8 ("net/macb: add new driver") > Cc: liwench...@phytium.com.cn > > Signed-off-by: Wencheng Li <liwench...@phytium.com.cn> Since this is a new driver, please fix this in the earlier patch that adds it rather than including a fixup patch. You can do this with git rebase and squashing the patches. Each patch in a new driver should be clean of basic stuff like whitespace, bad flags, etc. And after each patch the build should be clean.