[PATCH v2 05/18] net/r8169: add support for hw config
Stephen Hemminger
stephen at networkplumber.org
Fri Oct 18 18:33:22 CEST 2024
On Fri, 18 Oct 2024 05:45:18 +0000
王颢 <howard_wang at realsil.com.cn> wrote:
> Dear Stephen,
>
> As you can see, there are some issues with the current code regarding whitespace and CODE_INDENT. I used astyle to adjust the code format with the following command. However, I found that I could not fully meet the checkpatch requirements (unless I modify them manually). Would you mind providing some suggestions? For example, what tools do you use to standardize the code? Thank you!
>
We do not expect all patches to be clean with checkpatch.
But the indent warnings are valid. DPDK code should be indented with tabs.
More information about the dev
mailing list