]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7daadd5b72ea4cf8c2ecc796ebcecd87495b317f
tree77e37edbeda1b2627b31ee3e5ed2e5386057672a
parent13614b7f2f574804d9b20be8a6ea56f6eedc1770
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