selftests/ipc: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 8 Feb 2021 10:24:00 +0000 (18:24 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 8 Feb 2021 23:32:43 +0000 (16:32 -0700)
commit8a94b4ea28a3a6a506228f426746b1f4df62e625
tree186b7f765ee6b4a9e34fb2fecb46a41fa337b4e1
parent1d317c1ca2930759669bf416d04f2fbd3ce99fa9
selftests/ipc: remove unneeded semicolon

Eliminate the following coccicheck warning:
./tools/testing/selftests/ipc/msgque.c:72:3-4: Unneeded semicolon
./tools/testing/selftests/ipc/msgque.c:183:2-3: Unneeded semicolon
./tools/testing/selftests/ipc/msgque.c:191:2-3: Unneeded semicolon

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/ipc/msgque.c