Patchew URL: https://patchew.org/QEMU/20190522153631.17152-1-w...@kernel.org/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190522153631.17152-1-w...@kernel.org Type: series Subject: [Qemu-devel] [PATCH v2] 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 === From https://github.com/patchew-project/qemu * [new tag] patchew/20190522153631.17152-1-w...@kernel.org -> patchew/20190522153631.17152-1-w...@kernel.org Switched to a new branch 'test' 0ae03af3f9 linux-user: Pass through nanosecond timestamp components for stat syscalls === OUTPUT BEGIN === ERROR: code indent should never use tabs #104: FILE: linux-user/syscall_defs.h:1197: +^Iabi_ulong target_st_atime_nsec;$ ERROR: code indent should never use tabs #107: FILE: linux-user/syscall_defs.h:1199: +^Iabi_ulong target_st_mtime_nsec;$ ERROR: code indent should never use tabs #110: FILE: linux-user/syscall_defs.h:1201: +^Iabi_ulong target_st_ctime_nsec;$ ERROR: code indent should never use tabs #119: FILE: linux-user/syscall_defs.h:1233: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #123: FILE: linux-user/syscall_defs.h:1236: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #127: FILE: linux-user/syscall_defs.h:1239: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #136: FILE: linux-user/syscall_defs.h:1318: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #140: FILE: linux-user/syscall_defs.h:1321: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #144: FILE: linux-user/syscall_defs.h:1324: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #160: FILE: linux-user/syscall_defs.h:1342: +^Iabi_ulong^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #163: FILE: linux-user/syscall_defs.h:1344: +^Iabi_ulong^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #166: FILE: linux-user/syscall_defs.h:1346: +^Iabi_ulong^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #170: FILE: linux-user/syscall_defs.h:1349: +^Iabi_ulong^I__unused1[2];$ ERROR: code indent should never use tabs #179: FILE: linux-user/syscall_defs.h:1377: +^Iunsigned int^Itarget_st_atime_nsec;$ ERROR: code indent should never use tabs #183: FILE: linux-user/syscall_defs.h:1380: +^Iunsigned int^Itarget_st_mtime_nsec;$ ERROR: code indent should never use tabs #187: FILE: linux-user/syscall_defs.h:1383: +^Iunsigned int^Itarget_st_ctime_nsec;$ ERROR: code indent should never use tabs #191: FILE: linux-user/syscall_defs.h:1385: +^Iunsigned int^I__unused1;$ ERROR: code indent should never use tabs #192: FILE: linux-user/syscall_defs.h:1386: +^Iunsigned int^I__unused2;$ total: 18 errors, 0 warnings, 211 lines checked Commit 0ae03af3f97f (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/20190522153631.17152-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