commit | 98a13a8d253999cf25eb16d901c35fbd2a8455c4 | [log] [tgz] |
---|---|---|
author | Alakesh Haloi <alakesh.haloi@gmail.com> | Mon May 27 15:18:59 2019 +0000 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Thu May 30 08:21:36 2019 -0600 |
tree | 988855a74c26bee7dc642840c468b512f0ed91c4 | |
parent | f97f3f8839eb9de5843066d80819884f7722c8c5 [diff] |
userfaultfd: selftest: fix compiler warning Fixes following compiler warning userfaultfd.c: In function ‘usage’: userfaultfd.c:126:2: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(stderr, examples); Signed-off-by: Alakesh Haloi <alakesh.haloi@gmail.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>