From: Marc Kleine-Budde Date: Sat, 16 Apr 2011 11:25:15 +0000 (+0200) Subject: can: at91_can: fix comment about priv->tx_next X-Git-Tag: v3.12-rc1~5334^2~450^2~59^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5613fff2dc315e5f44623031cb62a29942548427;p=kernel%2Fkernel-generic.git can: at91_can: fix comment about priv->tx_next Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/at91_can.c b/drivers/net/can/at91_can.c index 8f15ae4..afd0f5d 100644 --- a/drivers/net/can/at91_can.c +++ b/drivers/net/can/at91_can.c @@ -375,7 +375,7 @@ static void at91_chip_stop(struct net_device *dev, enum can_state state) * mailbox, but without the offset AT91_MB_TX_FIRST. The lower bits * encode the mailbox number, the upper 4 bits the mailbox priority: * - * priv->tx_next = (prio << AT91_NEXT_PRIO_SHIFT) || + * priv->tx_next = (prio << AT91_NEXT_PRIO_SHIFT) | * (mb - AT91_MB_TX_FIRST); * */