drivers: net: keystone_net: fix line termination with semi-colon
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 2 Aug 2016 06:31:11 +0000 (12:01 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2016 17:32:56 +0000 (13:32 -0400)
commit1610a9212affc5cb45b121dbbd8637a07ea77142
tree2ef6d0f78f0e781684d166c9f26b0597144cb21d
parentceec08f50b66df0c988033842ec057a32658cfe0
drivers: net: keystone_net: fix line termination with semi-colon

Each line should be terminated by semi-colon. It was not caught
earlier as there is a proper statement. Fix it by changing the
comma with semi-colon.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/net/keystone_net.c