From: Chun-Hao Lin <h...@realtek.com>
Date: Tue, 30 Sep 2014 23:00:28 +0800

> @@ -4364,7 +4364,7 @@ static void r8168_pll_power_down(struct rtl8169_private 
> *tp)
>       if ((tp->mac_version == RTL_GIGA_MAC_VER_27 ||
>            tp->mac_version == RTL_GIGA_MAC_VER_28 ||
>            tp->mac_version == RTL_GIGA_MAC_VER_31) &&
> -         r8168dp_check_dash(tp)) {
> +          r8168_check_dash(tp)) {

You are breaking the indentation here, "r8169_check_dash..." should start 
exactly
at the first column after the openning parenthesis of the if() statement.

So that's a TAB and four SPACE characters, not five SPACE characters.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to