]> asedeno.scripts.mit.edu Git - linux.git/commit
tools/testing: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Thu, 11 Jan 2018 13:46:07 +0000 (13:46 +0000)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 12 Jan 2018 18:41:33 +0000 (11:41 -0700)
commit2519c35fac12f7e17ed79b1e01aa6edc161823af
treeb531f412814390491c37a38f06693cfcc5e7ba4e
parent4c1baad223906943b595a887305f2e8124821dad
tools/testing: 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: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/nsfs/pidns.c