Re: [U-Boot] [PATCH 1/5] drivers: net: keystone_net: fix line termination with semi-colon

2016-08-02 Thread Tom Rini
On Tue, Aug 02, 2016 at 12:01:11PM +0530, Mugunthan V N wrote: > 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 Reviewed-by: Tom Rini

[U-Boot] [PATCH 1/5] drivers: net: keystone_net: fix line termination with semi-colon

2016-08-02 Thread Mugunthan V N
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 --- drivers/net/keystone_net.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)