Patchew URL: https://patchew.org/QEMU/20210305033510.8600-1-jiaxun.y...@flygoat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210305033510.8600-1-jiaxun.y...@flygoat.com Subject: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu - [tag update] patchew/20210218175648.1636219-1-f4...@amsat.org -> patchew/20210218175648.1636219-1-f4...@amsat.org - [tag update] patchew/20210218212453.831406-1-...@google.com -> patchew/20210218212453.831406-1-...@google.com - [tag update] patchew/20210219144617.4782-1-peter.mayd...@linaro.org -> patchew/20210219144617.4782-1-peter.mayd...@linaro.org - [tag update] patchew/20210304021621.579-1-yuzeng...@huawei.com -> patchew/20210304021621.579-1-yuzeng...@huawei.com - [tag update] patchew/20210304101738.20248-1-vsement...@virtuozzo.com -> patchew/20210304101738.20248-1-vsement...@virtuozzo.com - [tag update] patchew/20210304140229.575481-1-arm...@redhat.com -> patchew/20210304140229.575481-1-arm...@redhat.com - [tag update] patchew/20210304203540.41614-1-nieklinnenb...@gmail.com -> patchew/20210304203540.41614-1-nieklinnenb...@gmail.com - [tag update] patchew/20210304220104.2574112-1-laur...@vivier.eu -> patchew/20210304220104.2574112-1-laur...@vivier.eu - [tag update] patchew/20210304221103.6369-1-mark.cave-ayl...@ilande.co.uk -> patchew/20210304221103.6369-1-mark.cave-ayl...@ilande.co.uk * [new tag] patchew/20210305033510.8600-1-jiaxun.y...@flygoat.com -> patchew/20210305033510.8600-1-jiaxun.y...@flygoat.com Switched to a new branch 'test' fe4b962 linux-user: add missing MULTICAST_IF get/setsockopt option === OUTPUT BEGIN === Use of uninitialized value $acpi_testexpected in string eq at ./scripts/checkpatch.pl line 1529. WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #54: new file mode 100644 ERROR: trailing whitespace #1158: FILE: linux-user/syscall.c.orig:1100: + $ ERROR: trailing whitespace #1166: FILE: linux-user/syscall.c.orig:1108: + $ ERROR: trailing whitespace #1176: FILE: linux-user/syscall.c.orig:1118: + $ ERROR: trailing whitespace #1182: FILE: linux-user/syscall.c.orig:1124: + $ ERROR: trailing whitespace #1934: FILE: linux-user/syscall.c.orig:1876: + $ ERROR: trailing whitespace #1936: FILE: linux-user/syscall.c.orig:1878: + if (msg_controllen < sizeof (struct target_cmsghdr)) $ ERROR: trailing whitespace #2022: FILE: linux-user/syscall.c.orig:1964: + if (msg_controllen < sizeof (struct target_cmsghdr)) $ ERROR: trailing whitespace #6313: FILE: linux-user/syscall.c.orig:6255: + if (ldt_info.entry_number < TARGET_GDT_ENTRY_TLS_MIN || $ ERROR: trailing whitespace #6391: FILE: linux-user/syscall.c.orig:6333: + $ ERROR: trailing whitespace #6407: FILE: linux-user/syscall.c.orig:6349: + base_addr = (entry_1 >> 16) | $ ERROR: trailing whitespace #6408: FILE: linux-user/syscall.c.orig:6350: + (entry_2 & 0xff000000) | $ ERROR: trailing whitespace #11511: FILE: linux-user/syscall.c.orig:11453: + if (!(p = lock_user_string(arg2))) $ total: 12 errors, 1 warnings, 13333 lines checked Commit fe4b9625baf8 (linux-user: add missing MULTICAST_IF get/setsockopt option) has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20210305033510.8600-1-jiaxun.y...@flygoat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com