Patchew URL: https://patchew.org/QEMU/20190514145346.20758-1-w...@kernel.org/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190514145346.20758-1-w...@kernel.org Subject: [Qemu-devel] [PATCH] linux-user: Pass through nanosecond timestamp components for stat syscalls === 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 === Switched to a new branch 'test' ecae7ee linux-user: Pass through nanosecond timestamp components for stat syscalls === OUTPUT BEGIN === ERROR: code indent should never use tabs #94: FILE: linux-user/syscall_defs.h:1195: +^Iabi_ulong target_st_atime_nsec;$ ERROR: code indent should never use tabs #97: FILE: linux-user/syscall_defs.h:1197: +^Iabi_ulong target_st_mtime_nsec;$ ERROR: code indent should never use tabs #100: FILE: linux-user/syscall_defs.h:1199: +^Iabi_ulong target_st_ctime_nsec;$ ERROR: code indent should never use tabs #109: FILE: linux-user/syscall_defs.h:1231: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #113: FILE: linux-user/syscall_defs.h:1234: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #117: FILE: linux-user/syscall_defs.h:1237: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #126: FILE: linux-user/syscall_defs.h:1316: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #130: FILE: linux-user/syscall_defs.h:1319: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #134: FILE: linux-user/syscall_defs.h:1322: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #143: FILE: linux-user/syscall_defs.h:1339: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #146: FILE: linux-user/syscall_defs.h:1341: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #149: FILE: linux-user/syscall_defs.h:1343: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #153: FILE: linux-user/syscall_defs.h:1346: +^Iabi_ulong^I__unused1[2];$ ERROR: code indent should never use tabs #162: FILE: linux-user/syscall_defs.h:1374: +^Iunsigned int^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #166: FILE: linux-user/syscall_defs.h:1377: +^Iunsigned int^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #170: FILE: linux-user/syscall_defs.h:1380: +^Iunsigned int^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #174: FILE: linux-user/syscall_defs.h:1382: +^Iunsigned int^I__unused1;$ ERROR: code indent should never use tabs #175: FILE: linux-user/syscall_defs.h:1383: +^Iunsigned int^I__unused2;$ total: 18 errors, 0 warnings, 121 lines checked Commit ecae7ee00f55 (linux-user: Pass through nanosecond timestamp components for stat syscalls) 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/20190514145346.20758-1-w...@kernel.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com