From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com
Subject: RE: [v2,1/7] settings: Add btd_settings_gatt_db_{store,load}
Date: Fri, 20 May 2022 01:24:50 -0700 (PDT) [thread overview]
Message-ID: <62875052.1c69fb81.1b833.e4e7@mx.google.com> (raw)
In-Reply-To: <20220520041701.2572197-1-luiz.dentz@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4158 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=643418
---Test result---
Test Summary:
CheckPatch FAIL 14.34 seconds
GitLint PASS 7.50 seconds
Prep - Setup ELL PASS 46.58 seconds
Build - Prep PASS 0.69 seconds
Build - Configure PASS 9.56 seconds
Build - Make PASS 1349.39 seconds
Make Check PASS 11.92 seconds
Make Check w/Valgrind PASS 475.43 seconds
Make Distcheck PASS 249.97 seconds
Build w/ext ELL - Configure PASS 9.27 seconds
Build w/ext ELL - Make PASS 1329.54 seconds
Incremental Build with patchesPASS 9974.05 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script with rule in .checkpatch.conf
Output:
[v2,4/7] monitor: Move ATT decoding function into its own file
WARNING:SPACING: Unnecessary space before function pointer arguments
#618: FILE: monitor/att.c:501:
+ void (*func) (const struct l2cap_frame *frame);
ERROR:SPACING: space prohibited before that ',' (ctx:WxE)
#657: FILE: monitor/att.c:540:
+ { 0x12, "Write Request" ,
^
/github/workspace/src/12856291.patch total: 1 errors, 1 warnings, 1316 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/12856291.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[v2,5/7] monitor: Cache connection information
WARNING:TYPO_SPELLING: 'addres' may be misspelled - perhaps 'address'?
#83:
This caches connection information including the device addres so it can
^^^^^^
WARNING:SPACING: Unnecessary space before function pointer arguments
#3959: FILE: monitor/packet.c:8833:
+ void (*cmd_func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#3963: FILE: monitor/packet.c:8836:
+ void (*rsp_func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#4944: FILE: monitor/packet.c:11433:
+ void (*func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#5002: FILE: monitor/packet.c:11617:
+ void (*func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#5056: FILE: monitor/vendor.h:17:
+ void (*cmd_func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#5060: FILE: monitor/vendor.h:20:
+ void (*rsp_func) (uint16_t index, const void *data, uint8_t size);
WARNING:SPACING: Unnecessary space before function pointer arguments
#5069: FILE: monitor/vendor.h:28:
+ void (*evt_func) (uint16_t index, const void *data, uint8_t size);
/github/workspace/src/12856290.patch total: 0 errors, 8 warnings, 4552 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/12856290.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
---
Regards,
Linux Bluetooth
next prev parent reply other threads:[~2022-05-20 8:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 4:16 [PATCH v2 1/7] settings: Add btd_settings_gatt_db_{store,load} Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 2/7] gatt: Store local GATT database Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 3/7] monitor: Move print_hex_field to display.h Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 4/7] monitor: Move ATT decoding function into its own file Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 5/7] monitor: Cache connection information Luiz Augusto von Dentz
2022-05-20 4:17 ` [PATCH v2 6/7] monitor/att: Decode attribute type Luiz Augusto von Dentz
2022-05-20 4:17 ` [PATCH v2 7/7] monitor/att: Add decoding support for CCC Luiz Augusto von Dentz
2022-05-20 8:24 ` bluez.test.bot [this message]
2022-05-20 21:00 ` [PATCH v2 1/7] settings: Add btd_settings_gatt_db_{store,load} patchwork-bot+bluetooth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=62875052.1c69fb81.1b833.e4e7@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.