On Thu, 17 Oct 2024 14:31:47 +0800 Howard Wang <howard_w...@realsil.com.cn> wrote:
> Implement the rtl_hw_config function to configure the hardware. > > Signed-off-by: Howard Wang <howard_w...@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);$