MIPS: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Tue, 23 Jan 2018 13:38:03 +0000 (13:38 +0000)
committerJames Hogan <jhogan@kernel.org>
Wed, 24 Jan 2018 11:17:20 +0000 (11:17 +0000)
commitcc4804448c321a82309756be68a5bac7cb1740d0
tree279d246f98e1d862c89ac8acb7962fe3ee25473c
parent705e71ad70c24b5fea4db1234d20d0bbff5491eb
MIPS: Fix trailing semicolon

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

Fixes: d0f0f63ac137 ("MIPS: Rewrite csum_fold to plain C.")
Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Cc: Joe Perches <joe@perches.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18517/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/include/asm/checksum.h