Re: [v4 Patch 1/3] netpoll: add generic support for bridge andbonding devices

From: David Miller
Date: Tue Apr 27 2010 - 18:22:38 EST


From: Amerigo Wang <amwang@xxxxxxxxxx>
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/