From: Andrew Morton ERROR: use tabs not spaces #38: FILE: drivers/net/r8169.c:1895: + }$ total: 1 errors, 0 warnings, 19 lines checked ./patches/r8169-fix-irqx-nobody-cared-for-shared-irq-with-intx.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Francois Romieu Cc: Yinghai Lu Cc: Yinghai Lu Signed-off-by: Andrew Morton --- drivers/net/r8169.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/r8169.c~r8169-fix-irqx-nobody-cared-for-shared-irq-with-intx-checkpatch-fixes drivers/net/r8169.c --- a/drivers/net/r8169.c~r8169-fix-irqx-nobody-cared-for-shared-irq-with-intx-checkpatch-fixes +++ a/drivers/net/r8169.c @@ -1892,7 +1892,7 @@ static int rtl8169_open(struct net_devic if (!(tp->features & RTL_FEATURE_MSI)) { /* enable INTx if not using MSI */ pci_intx(pdev, 1); - } + } #ifdef CONFIG_R8169_NAPI napi_enable(&tp->napi); _