From 6a8549eac8fe7883f609638f03a36dbceb6e46f0 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Sun, 25 Nov 2012 19:00:50 +0800 Subject: [PATCH] bce: Reformat comment in bce_npoll_compat a little bit --- sys/dev/netif/bce/if_bce.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/dev/netif/bce/if_bce.c b/sys/dev/netif/bce/if_bce.c index 15d0c94dd1..71b0430eae 100644 --- a/sys/dev/netif/bce/if_bce.c +++ b/sys/dev/netif/bce/if_bce.c @@ -5237,14 +5237,15 @@ bce_npoll_compat(struct ifnet *ifp, void *arg __unused, int count) (sblk->status_attn_bits_ack & STATUS_ATTN_BITS_LINK_STATE)) bce_phy_intr(sc); - /* Clear any transient status updates during link state change. */ + /* + * Clear any transient status updates during link state change. + */ REG_WR(sc, BCE_HC_COMMAND, sc->hc_command | BCE_HC_COMMAND_COAL_NOW_WO_INT); REG_RD(sc, BCE_HC_COMMAND); /* - * If any other attention is asserted then - * the chip is toast. + * If any other attention is asserted then the chip is toast. */ if ((status_attn_bits & ~STATUS_ATTN_BITS_LINK_STATE) != (sblk->status_attn_bits_ack & -- 2.41.0