Patchew URL: https://patchew.org/QEMU/20200125114753.61820-1-salva...@qindel.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200125114753.61820-1-salva...@qindel.com Subject: [PATCH] bsd-user: improve support for sparc syscall flags === 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/20200124005131.16276-1-f4...@amsat.org -> patchew/20200124005131.16276-1-f4...@amsat.org * [new tag] patchew/20200125114753.61820-1-salva...@qindel.com -> patchew/20200125114753.61820-1-salva...@qindel.com Switched to a new branch 'test' e256a0f bsd-user: improve support for sparc syscall flags === OUTPUT BEGIN === ERROR: code indent should never use tabs #132: FILE: bsd-user/netbsd/syscall_nr.h:375: +/*^I$NetBSD: trap.h,v 1.18 2011/03/27 18:47:08 martin Exp $ */$ ERROR: code indent should never use tabs #136: FILE: bsd-user/netbsd/syscall_nr.h:379: + *^IThe Regents of the University of California. All rights reserved.$ ERROR: code indent should never use tabs #144: FILE: bsd-user/netbsd/syscall_nr.h:387: + *^IThis product includes software developed by the University of$ ERROR: code indent should never use tabs #145: FILE: bsd-user/netbsd/syscall_nr.h:388: + *^ICalifornia, Lawrence Berkeley Laboratory.$ ERROR: code indent should never use tabs #171: FILE: bsd-user/netbsd/syscall_nr.h:414: + *^I@(#)trap.h^I8.1 (Berkeley) 6/11/93$ ERROR: line over 90 characters #180: FILE: bsd-user/netbsd/syscall_nr.h:423: +#define TARGET_NETBSD_SYSCALL_G2RFLAG 0x400 /* on success, return to %g2 rather than npc */ ERROR: code indent should never use tabs #180: FILE: bsd-user/netbsd/syscall_nr.h:423: +#define^ITARGET_NETBSD_SYSCALL_G2RFLAG^I0x400^I/* on success, return to %g2 rather than npc */$ WARNING: line over 80 characters #181: FILE: bsd-user/netbsd/syscall_nr.h:424: +#define TARGET_NETBSD_SYSCALL_G7RFLAG 0x800 /* use %g7 as above (deprecated) */ ERROR: code indent should never use tabs #181: FILE: bsd-user/netbsd/syscall_nr.h:424: +#define^ITARGET_NETBSD_SYSCALL_G7RFLAG^I0x800^I/* use %g7 as above (deprecated) */$ ERROR: line over 90 characters #182: FILE: bsd-user/netbsd/syscall_nr.h:425: +#define TARGET_NETBSD_SYSCALL_G5RFLAG 0xc00 /* use %g5 as above (only ABI compatible way) */ ERROR: code indent should never use tabs #182: FILE: bsd-user/netbsd/syscall_nr.h:425: +#define^ITARGET_NETBSD_SYSCALL_G5RFLAG^I0xc00^I/* use %g5 as above (only ABI compatible way) */$ total: 10 errors, 1 warnings, 149 lines checked Commit e256a0ff22ca (bsd-user: improve support for sparc syscall flags) 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/20200125114753.61820-1-salva...@qindel.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com