[PATCH v2 05/18] net/r8169: add support for hw config
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 17 18:35:51 CEST 2024
On Thu, 17 Oct 2024 14:31:47 +0800
Howard Wang <howard_wang at realsil.com.cn> wrote:
> Implement the rtl_hw_config function to configure the hardware.
>
> Signed-off-by: Howard Wang <howard_wang at realsil.com.cn>
More indent issues flagged in this patch
ERROR:CODE_INDENT: code indent should use tabs where possible
#292: FILE: drivers/net/r8169/r8169_hw.c:19:
+ int type, const u32 base_address)$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#292: FILE: drivers/net/r8169/r8169_hw.c:19:
+ int type, const u32 base_address)$
ERROR:CODE_INDENT: code indent should use tabs where possible
#299: FILE: drivers/net/r8169/r8169_hw.c:26:
+^I (base_address & 0x000FFF);$
More information about the dev
mailing list