> > 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.