commit | 3424d9be8f09649e6290d066c5c3cccff1c0ce77 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu May 26 00:40:05 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 25 22:13:15 2016 -0700 |
tree | 77e37edbeda1b2627b31ee3e5ed2e5386057672a | |
parent | 643d60bf575daaba93c1ac0d0e1c4b1d4ded1f75 [diff] |
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>