]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71912848545ab610725acfa97d585624a8812a6c
tree279d246f98e1d862c89ac8acb7962fe3ee25473c
parent3bad533f24a817cc3de604457f34a5c97a936f66
MIPS: Fix trailing semicolon

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

Fixes: 8b70821a293f ("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