public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] shared/btp: Fix typo
@ 2026-01-15 14:38 Frédéric Danis
  2026-01-15 15:37 ` [BlueZ] " bluez.test.bot
  2026-01-15 21:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2026-01-15 14:38 UTC (permalink / raw)
  To: linux-bluetooth

---
 src/shared/btp.h     | 2 +-
 tools/btpclient.c    | 6 +++---
 tools/btpclientctl.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/shared/btp.h b/src/shared/btp.h
index a99fdf075..ad18cfb3a 100644
--- a/src/shared/btp.h
+++ b/src/shared/btp.h
@@ -82,7 +82,7 @@ struct btp_gap_read_index_rp {
 #define BTP_GAP_SETTING_CONTROLLER_CONF		0x00004000
 #define BTP_GAP_SETTING_STATIC_ADDRESS		0x00008000
 
-#define BTP_OP_GAP_READ_COTROLLER_INFO		0x03
+#define BTP_OP_GAP_READ_CONTROLLER_INFO		0x03
 struct btp_gap_read_info_rp {
 	bdaddr_t address;
 	uint32_t supported_settings;
diff --git a/tools/btpclient.c b/tools/btpclient.c
index 3f060ebc0..e722b2242 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -287,7 +287,7 @@ static void btp_gap_read_commands(uint8_t index, const void *param,
 
 	commands |= (1 << BTP_OP_GAP_READ_SUPPORTED_COMMANDS);
 	commands |= (1 << BTP_OP_GAP_READ_CONTROLLER_INDEX_LIST);
-	commands |= (1 << BTP_OP_GAP_READ_COTROLLER_INFO);
+	commands |= (1 << BTP_OP_GAP_READ_CONTROLLER_INFO);
 	commands |= (1 << BTP_OP_GAP_RESET);
 	commands |= (1 << BTP_OP_GAP_SET_POWERED);
 	commands |= (1 << BTP_OP_GAP_SET_CONNECTABLE);
@@ -370,7 +370,7 @@ static void btp_gap_read_info(uint8_t index, const void *param, uint16_t length,
 	rp.supported_settings = L_CPU_TO_LE32(adapter->supported_settings);
 	rp.current_settings = L_CPU_TO_LE32(adapter->current_settings);
 
-	btp_send(btp, BTP_GAP_SERVICE, BTP_OP_GAP_READ_COTROLLER_INFO, index,
+	btp_send(btp, BTP_GAP_SERVICE, BTP_OP_GAP_READ_CONTROLLER_INFO, index,
 							sizeof(rp), &rp);
 
 	return;
@@ -2715,7 +2715,7 @@ static void register_gap_service(void)
 				BTP_OP_GAP_READ_CONTROLLER_INDEX_LIST,
 				btp_gap_read_controller_index, NULL, NULL);
 
-	btp_register(btp, BTP_GAP_SERVICE, BTP_OP_GAP_READ_COTROLLER_INFO,
+	btp_register(btp, BTP_GAP_SERVICE, BTP_OP_GAP_READ_CONTROLLER_INFO,
 						btp_gap_read_info, NULL, NULL);
 
 	btp_register(btp, BTP_GAP_SERVICE, BTP_OP_GAP_RESET,
diff --git a/tools/btpclientctl.c b/tools/btpclientctl.c
index 72c54086d..df8d12e94 100644
--- a/tools/btpclientctl.c
+++ b/tools/btpclientctl.c
@@ -1488,7 +1488,7 @@ static void cmd_gap_read_info(int argc, char **argv)
 
 	index = atoi(argv[1]);
 
-	if (!send_cmd(BTP_GAP_SERVICE, BTP_OP_GAP_READ_COTROLLER_INFO,
+	if (!send_cmd(BTP_GAP_SERVICE, BTP_OP_GAP_READ_CONTROLLER_INFO,
 						index, 0, NULL))
 		return bt_shell_noninteractive_quit(EXIT_FAILURE);
 
-- 
2.43.0


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

* RE: [BlueZ] shared/btp: Fix typo
  2026-01-15 14:38 [PATCH BlueZ] shared/btp: Fix typo Frédéric Danis
@ 2026-01-15 15:37 ` bluez.test.bot
  2026-01-15 21:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-01-15 15:37 UTC (permalink / raw)
  To: linux-bluetooth, frederic.danis

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.42 seconds
GitLint                       PENDING   0.37 seconds
BuildEll                      PASS      19.98 seconds
BluezMake                     PASS      626.82 seconds
MakeCheck                     PASS      18.40 seconds
MakeDistcheck                 PASS      239.82 seconds
CheckValgrind                 PASS      292.39 seconds
CheckSmatch                   PASS      347.35 seconds
bluezmakeextell               PASS      179.84 seconds
IncrementalBuild              PENDING   0.43 seconds
ScanBuild                     PASS      1017.37 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ] shared/btp: Fix typo
  2026-01-15 14:38 [PATCH BlueZ] shared/btp: Fix typo Frédéric Danis
  2026-01-15 15:37 ` [BlueZ] " bluez.test.bot
@ 2026-01-15 21:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-15 21:40 UTC (permalink / raw)
  To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
  Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 15 Jan 2026 15:38:59 +0100 you wrote:
> ---
>  src/shared/btp.h     | 2 +-
>  tools/btpclient.c    | 6 +++---
>  tools/btpclientctl.c | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)

Here is the summary with links:
  - [BlueZ] shared/btp: Fix typo
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=64208980a374

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:[~2026-01-15 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 14:38 [PATCH BlueZ] shared/btp: Fix typo Frédéric Danis
2026-01-15 15:37 ` [BlueZ] " bluez.test.bot
2026-01-15 21:40 ` [PATCH BlueZ] " 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