commit | 7d82c5fa057c813d13e1f828f779727214573723 | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@kernel.org> | Tue Jan 23 15:16:08 2018 +0000 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Jan 23 11:12:28 2018 -0800 |
tree | ed34cf1895dc91b2bb158fdae3c5c9c1b4e07b8d | |
parent | 8ff3afc159f26e44471e174077e6d16cd2a2bb91 [diff] |
ARC: dw2 unwind: 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>