Message ID | 1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com (mailing list archive) |
---|---|
Headers | show |
Series | allow to load initrd below 4G for recent kernel | expand |
Patchew URL: https://patchew.org/QEMU/1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com Subject: [Qemu-devel] [PATCH v5 0/4] allow to load initrd below 4G for recent kernel === TEST SCRIPT BEGIN === #!/bin/bash git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback --color=always base.. === TEST SCRIPT END === From https://github.com/patchew-project/qemu * [new tag] patchew/1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com -> patchew/1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com warning: remote HEAD refers to nonexistent ref, unable to checkout. Switched to a new branch 'test' a527fea i386: allow to load initrd below 4G for recent linux 7236341 i386: import & use bootparam.h ae2981c hw/core/loader.c: Read as long as possible in load_image_size() 49e603a unify len and addr type for memory/address APIs === OUTPUT BEGIN === 1/4 Checking commit 49e603a945f2 (unify len and addr type for memory/address APIs) WARNING: line over 80 characters #38: FILE: exec.c:2852: + MemTxAttrs attrs, uint8_t *buf, hwaddr len); total: 0 errors, 1 warnings, 270 lines checked Patch 1/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/4 Checking commit ae2981cbf961 (hw/core/loader.c: Read as long as possible in load_image_size()) 3/4 Checking commit 7236341ea82b (i386: import & use bootparam.h) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #42: new file mode 100644 ERROR: line over 90 characters #91: FILE: scripts/update-linux-headers.sh:125: + sed -e '/__ASSEMBLY__/,/__ASSEMBLY__/d' $tmpdir/include/asm/bootparam.h > $tmpdir/bootparam.h WARNING: line over 80 characters #92: FILE: scripts/update-linux-headers.sh:126: + cp_portable $tmpdir/bootparam.h "$output/include/standard-headers/asm-$arch" total: 1 errors, 2 warnings, 64 lines checked Patch 3/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/4 Checking commit a527fea2b274 (i386: allow to load initrd below 4G for recent linux) ERROR: spaces required around that '+' (ctx:VxV) #41: FILE: hw/i386/pc.c:1124: + lduw_p(header+0x236) & XLF_CAN_BE_LOADED_ABOVE_4G) { ^ total: 1 errors, 0 warnings, 30 lines checked Patch 4/4 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/1547197071-14504-1-git-send-email-lizhijian@cn.fujitsu.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@redhat.com