commit | b499a3ce2646ed4faa7fb8b51b070fef5de608b5 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Tue Aug 02 12:01:11 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 08 13:32:56 2016 -0400 |
tree | 2ef6d0f78f0e781684d166c9f26b0597144cb21d | |
parent | f648579fc74edff2bf1fdb23a234ae2125550f20 [diff] |
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>