RE: [PATCH net v3 1/2] r8169: add handling DASH when DASH is disabled

From: Hau
Date: Thu Nov 09 2023 - 12:30:08 EST


> > if (!netif_running(tp->dev) || !netif_carrier_ok(tp->dev)) @@
> > -4896,7 +4909,7 @@ static void rtl_shutdown(struct pci_dev *pdev)
> > rtl_rar_set(tp, tp->dev->perm_addr);
> >
> > if (system_state == SYSTEM_POWER_OFF &&
> > - tp->dash_type == RTL_DASH_NONE) {
> > + !tp->dash_enabled) {
>
> Why break the line at all? Now the check fits the 80 char line limit.

I will correct this. Thanks.