projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c697b
)
tests: Remove redundant assignment
author
Fam Zheng
<famz@redhat.com>
Fri, 5 May 2017 02:04:30 +0000
(10:04 +0800)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 10 May 2017 07:19:24 +0000
(10:19 +0300)
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/postcopy-test.c
patch
|
blob
|
history
diff --git
a/tests/postcopy-test.c
b/tests/postcopy-test.c
index de35a18903aacb6c0dae7e4c13348365461d9772..e86f87656af31b5d084c6e13fbcb82bb868aa35c 100644
(file)
--- a/
tests/postcopy-test.c
+++ b/
tests/postcopy-test.c
@@
-41,7
+41,7
@@
static bool ufd_version_check(void)
struct uffdio_api api_struct;
uint64_t ioctl_mask;
- int ufd =
ufd =
syscall(__NR_userfaultfd, O_CLOEXEC);
+ int ufd = syscall(__NR_userfaultfd, O_CLOEXEC);
if (ufd == -1) {
g_test_message("Skipping test: userfaultfd not available");