Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d82c5fa authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Vineet Gupta
Browse files

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: default avatarLuis de Bethencourt <luisbg@kernel.org>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 8ff3afc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ static void init_unwind_hdr(struct unwind_table *table,
	return;

ret_err:
	panic("Attention !!! Dwarf FDE parsing errors\n");;
	panic("Attention !!! Dwarf FDE parsing errors\n");
}

#ifdef CONFIG_MODULES