net: arc: trivial: Replace comma with a semicolon
authorMarek Vasut <marex@denx.de>
Wed, 25 May 2016 22:40:05 +0000 (00:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 May 2016 05:13:15 +0000 (22:13 -0700)
commit3424d9be8f09649e6290d066c5c3cccff1c0ce77
tree77e37edbeda1b2627b31ee3e5ed2e5386057672a
parent643d60bf575daaba93c1ac0d0e1c4b1d4ded1f75
net: arc: trivial: Replace comma with a semicolon

Fix a typo in the driver, replace comma with a semicolon at the end
of statement. While using comma is a legal C here and probably does
not even generate compiler warning, it was unlikely the intention.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: David S. Miller <davem@davemloft.net>
Cc: Caesar Wang <wxt@rock-chips.com>
Cc: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/arc/emac_mdio.c