selftests/pidfd_test: Remove the erroneous ','
authorZhao Gongyi <zhaogongyi@huawei.com>
Tue, 1 Nov 2022 03:56:02 +0000 (11:56 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 2 Nov 2022 09:09:57 +0000 (03:09 -0600)
commit89c1017aac67ca81973b7c8eac5d021315811a93
treef56e795aa7ddce48554f8d0a2379068dcb4316ba
parent3d982441308ebdf713771c8a85c23d9b8b66b4d4
selftests/pidfd_test: Remove the erroneous ','

Remove the erroneous ',', otherwise it might result in wrong output
and report:
 ...
 Bail out! (errno %d)
  test: Unexpected epoll_wait result (c=4208480, events=2)
 ...

Fixes: 740378dc7834 ("pidfd: add polling selftests")
Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/pidfd/pidfd_test.c