]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: boot log: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Tue, 23 Jan 2018 15:16:09 +0000 (15:16 +0000)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 23 Jan 2018 19:12:28 +0000 (11:12 -0800)
commit78d6c3869dbaeb7c1abf0aaf33fb9558448a79f7
tree81b18c49070587fe1c88c27f03fa4aef17f98916
parent123155a0ef46240a7524d5e64f16189d7a02bc67
ARC: boot log: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c