[PATCH v3 5/6] net/macb: fix tab errors in meson.build file
Stephen Hemminger
stephen at networkplumber.org
Tue Dec 10 20:46:29 CET 2024
On Tue, 10 Dec 2024 07:08:35 +0000
Wencheng Li <liwencheng at phytium.com.cn> wrote:
> Replace tabs with spaces to resolve indentation
> issues in meson.build file.
>
> Fixes: 97fd6a929cf8 ("net/macb: add new driver")
> Cc: liwencheng at phytium.com.cn
>
> Signed-off-by: Wencheng Li <liwencheng at 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.
More information about the dev
mailing list