[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3] linux-user: Pass through nanosecond timestam
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v3] linux-user: Pass through nanosecond timestamp components for stat syscalls |
Date: |
Wed, 22 May 2019 10:15:13 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: address@hidden
Type: series
Subject: [Qemu-devel] [PATCH v3] 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/address@hidden -> patchew/address@hidden
Switched to a new branch 'test'
6ec325f89c 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 6ec325f89c06 (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/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden