public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com
Subject: RE: [RFC,BlueZ] adapter: Introduce BTD_ADAPTER_DBG
Date: Wed, 23 Mar 2022 19:49:24 -0700 (PDT)	[thread overview]
Message-ID: <623bdc34.1c69fb81.f148c.b9cf@mx.google.com> (raw)
In-Reply-To: <20220323224003.3736525-1-luiz.dentz@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2813 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=625872

---Test result---

Test Summary:
CheckPatch                    FAIL      12.99 seconds
GitLint                       PASS      8.66 seconds
Prep - Setup ELL              PASS      40.22 seconds
Build - Prep                  PASS      0.68 seconds
Build - Configure             PASS      8.17 seconds
Build - Make                  PASS      1211.61 seconds
Make Check                    PASS      10.97 seconds
Make Check w/Valgrind         PASS      417.60 seconds
Make Distcheck                PASS      222.33 seconds
Build w/ext ELL - Configure   PASS      8.66 seconds
Build w/ext ELL - Make        PASS      1243.22 seconds
Incremental Build with patchesPASS      11501.91 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script with rule in .checkpatch.conf
Output:
[RFC,BlueZ] adapter: Introduce BTD_ADAPTER_DBG
ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
#99: FILE: src/adapter.h:28:
+							__func__ , ## arg)
 							         ^

ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
#114: FILE: src/device.h:16:
+							__func__ , ## arg)
 							         ^

/github/workspace/src/12790172.patch total: 2 errors, 0 warnings, 20 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/12790172.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.

[BlueZ,v4,3/9] mgmt: Introduce mgmt_set_verbose
WARNING:REPEATED_WORD: Possible repeated word: 'the'
#83: 
the the likes hexdump of packets, by default it is disabled since in

/github/workspace/src/12790175.patch total: 0 errors, 1 warnings, 61 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/12790175.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


  parent reply	other threads:[~2022-03-24  2:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23 22:39 [RFC BlueZ] adapter: Introduce BTD_ADAPTER_DBG Luiz Augusto von Dentz
2022-03-23 22:39 ` [PATCH BlueZ v4 1/9] log: Don't log __FILE__ and __func__ with DBG_IDX Luiz Augusto von Dentz
2022-03-23 23:39   ` [BlueZ,v4,1/9] " bluez.test.bot
2022-03-24 20:11     ` Luiz Augusto von Dentz
2022-03-24 19:50   ` [PATCH BlueZ v4 1/9] " patchwork-bot+bluetooth
2022-03-25 14:57   ` Marcel Holtmann
2022-03-23 22:39 ` [PATCH BlueZ v4 2/9] mgmt: Add DBG macro Luiz Augusto von Dentz
2022-03-23 22:39 ` [PATCH BlueZ v4 3/9] mgmt: Introduce mgmt_set_verbose Luiz Augusto von Dentz
2022-03-25 15:00   ` Marcel Holtmann
2022-03-23 22:39 ` [PATCH BlueZ v4 4/9] adapter: Don't use DBG in mgmt_debug Luiz Augusto von Dentz
2022-03-25 15:04   ` Marcel Holtmann
2022-03-23 22:39 ` [PATCH BlueZ v4 5/9] att: Log file and function names Luiz Augusto von Dentz
2022-03-23 22:40 ` [PATCH BlueZ v4 6/9] gatt-client: Add DBG macro Luiz Augusto von Dentz
2022-03-23 22:40 ` [PATCH BlueZ v4 7/9] gatt-server: " Luiz Augusto von Dentz
2022-03-23 22:40 ` [PATCH BlueZ v4 8/9] att: Rename att_debug and att_verbose to DBG and VERBOSE Luiz Augusto von Dentz
2022-03-23 22:40 ` [PATCH BlueZ v4 9/9] device: Don't use DBG in gatt_debug Luiz Augusto von Dentz
2022-03-24  2:49 ` bluez.test.bot [this message]
2022-03-24 19:50 ` [RFC BlueZ] adapter: Introduce BTD_ADAPTER_DBG patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2022-03-23 20:52 Luiz Augusto von Dentz
2022-03-23 22:31 ` [RFC,BlueZ] " bluez.test.bot

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=623bdc34.1c69fb81.f148c.b9cf@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox