linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_sync: use hci_skb_event() helper
@ 2022-05-21 20:10 Ahmad Fatoum
  2022-05-21 21:07 ` bluez.test.bot
  2022-05-23 16:00 ` [PATCH] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2022-05-21 20:10 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: kernel, Ahmad Fatoum, linux-bluetooth, netdev, linux-kernel

This instance is the only opencoded version of the macro, so have it
follow suit.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 net/bluetooth/hci_request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c
index 42c8047a9897..73b32be03698 100644
--- a/net/bluetooth/hci_request.c
+++ b/net/bluetooth/hci_request.c
@@ -261,7 +261,7 @@ void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen,
 	if (skb_queue_empty(&req->cmd_q))
 		bt_cb(skb)->hci.req_flags |= HCI_REQ_START;
 
-	bt_cb(skb)->hci.req_event = event;
+	hci_skb_event(skb) = event;
 
 	skb_queue_tail(&req->cmd_q, skb);
 }
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: Bluetooth: hci_sync: use hci_skb_event() helper
  2022-05-21 20:10 [PATCH] Bluetooth: hci_sync: use hci_skb_event() helper Ahmad Fatoum
@ 2022-05-21 21:07 ` bluez.test.bot
  2022-05-23 16:00 ` [PATCH] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-05-21 21:07 UTC (permalink / raw)
  To: linux-bluetooth, a.fatoum

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

---Test result---

Test Summary:
CheckPatch                    PASS      0.83 seconds
GitLint                       PASS      0.43 seconds
SubjectPrefix                 PASS      0.27 seconds
BuildKernel                   PASS      38.61 seconds
BuildKernel32                 PASS      34.38 seconds
Incremental Build with patchesPASS      46.30 seconds
TestRunner: Setup             PASS      583.58 seconds
TestRunner: l2cap-tester      PASS      19.27 seconds
TestRunner: bnep-tester       PASS      6.91 seconds
TestRunner: mgmt-tester       PASS      119.04 seconds
TestRunner: rfcomm-tester     PASS      10.90 seconds
TestRunner: sco-tester        PASS      10.66 seconds
TestRunner: smp-tester        PASS      10.76 seconds
TestRunner: userchan-tester   PASS      7.29 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bluetooth: hci_sync: use hci_skb_event() helper
  2022-05-21 20:10 [PATCH] Bluetooth: hci_sync: use hci_skb_event() helper Ahmad Fatoum
  2022-05-21 21:07 ` bluez.test.bot
@ 2022-05-23 16:00 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-05-23 16:00 UTC (permalink / raw)
  To: Ahmad Fatoum
  Cc: marcel, johan.hedberg, luiz.dentz, davem, edumazet, kuba, pabeni,
	kernel, linux-bluetooth, netdev, linux-kernel

Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Marcel Holtmann <marcel@holtmann.org>:

On Sat, 21 May 2022 22:10:50 +0200 you wrote:
> This instance is the only opencoded version of the macro, so have it
> follow suit.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  net/bluetooth/hci_request.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - Bluetooth: hci_sync: use hci_skb_event() helper
    https://git.kernel.org/bluetooth/bluetooth-next/c/edcb185fa9c4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-23 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-21 20:10 [PATCH] Bluetooth: hci_sync: use hci_skb_event() helper Ahmad Fatoum
2022-05-21 21:07 ` bluez.test.bot
2022-05-23 16:00 ` [PATCH] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).