From: Amerigo Wang <[email protected]>
Date: Tue, 27 Apr 2010 03:55:41 -0400

> +     if (ndev->priv_flags & IFF_DISABLE_NETPOLL
> +                     || !ndev->netdev_ops->ndo_poll_controller) {

" ||" goes on first line, not second, and second line needs to be indented
properly so that "!ndev->..." matches up with "ndev->priv_flags ..." on
the previous line.
_______________________________________________
Bridge mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to