[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V2 0/3] Fixes for PulseAudio driver
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH V2 0/3] Fixes for PulseAudio driver |
Date: |
Thu, 14 Mar 2019 09:12:06 -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:
Type: series
Message-id: address@hidden
Subject: [Qemu-devel] [PATCH V2 0/3] Fixes for PulseAudio driver
=== 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
dbbc277510..9164add701 master -> master
t [tag update] patchew/address@hidden -> patchew/address@hidden
t [tag update] patchew/address@hidden -> patchew/address@hidden
t [tag update] patchew/address@hidden -> patchew/address@hidden
t [tag update] patchew/address@hidden -> patchew/address@hidden
t [tag update] patchew/address@hidden -> patchew/address@hidden
* [new tag] patchew/address@hidden -> patchew/address@hidden
* [new tag] patchew/address@hidden -> patchew/address@hidden
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to
remove them.
Switched to a new branch 'test'
d2a4e2039c audio/paaudio: fix microphone input being unusable
621bc13e2b audio/paaudio: prolong and make latency configurable
7fbc5dfe98 audio/paaudio: fix ignored buffer_length setting
=== OUTPUT BEGIN ===
1/3 Checking commit 7fbc5dfe98ae (audio/paaudio: fix ignored buffer_length
setting)
WARNING: line over 80 characters
#21: FILE: audio/paaudio.c:580:
+ qapi_AudiodevPaPerDirectionOptions_base(ppdo), &obt_as,
ppdo->buffer_length);
WARNING: line over 80 characters
#30: FILE: audio/paaudio.c:640:
+ qapi_AudiodevPaPerDirectionOptions_base(ppdo), &obt_as,
ppdo->buffer_length);
ERROR: line over 90 characters
#39: FILE: audio/paaudio.c:812:
+static int qpa_validate_per_direction_opts (Audiodev *dev,
AudiodevPaPerDirectionOptions *pdo)
ERROR: space prohibited between function name and open parenthesis '('
#39: FILE: audio/paaudio.c:812:
+static int qpa_validate_per_direction_opts (Audiodev *dev,
AudiodevPaPerDirectionOptions *pdo)
total: 2 errors, 2 warnings, 45 lines checked
Patch 1/3 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/3 Checking commit 621bc13e2b8c (audio/paaudio: prolong and make latency
configurable)
ERROR: space prohibited between function name and open parenthesis '('
#43: FILE: audio/paaudio.c:548:
+ ba.tlength = pa_usec_to_bytes (ppdo->latency, &ss);
total: 1 errors, 0 warnings, 59 lines checked
Patch 2/3 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
3/3 Checking commit d2a4e2039c7f (audio/paaudio: fix microphone input being
unusable)
ERROR: space prohibited between function name and open parenthesis '('
#28: FILE: audio/paaudio.c:614:
+ ba.fragsize = pa_usec_to_bytes (ppdo->latency, &ss);
total: 1 errors, 0 warnings, 26 lines checked
Patch 3/3 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 [http://patchew.org/].
Please send your feedback to address@hidden