qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 0/8] Fix some style problems in migration


From: no-reply
Subject: Re: [PATCH v1 0/8] Fix some style problems in migration
Date: Sun, 11 Oct 2020 07:42:42 -0700 (PDT)

Patchew URL: 
1602413321-22252-1-git-send-email-yubihong@huawei.com/">https://patchew.org/QEMU/1602413321-22252-1-git-send-email-yubihong@huawei.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Message-id: 1602413321-22252-1-git-send-email-yubihong@huawei.com
Subject: [PATCH v1 0/8] Fix some style problems in migration

=== 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
 * [new tag]         
patchew/1602413321-22252-1-git-send-email-yubihong@huawei.com -> 
patchew/1602413321-22252-1-git-send-email-yubihong@huawei.com
Switched to a new branch 'test'
cc410ad migration: Delete redundant spaces
0b36f1a migration: Open brace '{' following function declarations go on the 
next line
0c0be70 migration: Do not initialise statics and globals to 0 or NULL
4e3b241 migration: Add braces {} for if statement
b3c9e08 migration: Open brace '{' following struct go on the same line
d311759 migration: Add spaces around operator
0e05186 migration: Don't use '#' flag of printf format
1da292c migration: Do not use C99 // comments

=== OUTPUT BEGIN ===
1/8 Checking commit 1da292c2a6f4 (migration: Do not use C99 // comments)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 16 lines checked

Patch 1/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

2/8 Checking commit 0e051862e53e (migration: Don't use '#' flag of printf 
format)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 24 lines checked

Patch 2/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

3/8 Checking commit d311759fac6c (migration: Add spaces around operator)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 59 lines checked

Patch 3/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/8 Checking commit b3c9e08f76fa (migration: Open brace '{' following struct go 
on the same line)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 9 lines checked

Patch 4/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

5/8 Checking commit 4e3b2411656a (migration: Add braces {} for if statement)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 18 lines checked

Patch 5/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/8 Checking commit 0c0be70f265c (migration: Do not initialise statics and 
globals to 0 or NULL)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 16 lines checked

Patch 6/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

7/8 Checking commit 0b36f1af928d (migration: Open brace '{' following function 
declarations go on the next line)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 9 lines checked

Patch 7/8 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

8/8 Checking commit cc410adff527 (migration: Delete redundant spaces)
ERROR: space required after Signed-off-by:
#7: 
    Signed-off-by:Bihong Yu <yubihong@huawei.com>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/8 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
1602413321-22252-1-git-send-email-yubihong@huawei.com/testing.checkpatch/?type=message">http://patchew.org/logs/1602413321-22252-1-git-send-email-yubihong@huawei.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]