* [PATCH BlueZ 0/1] main: Fix missing comma
@ 2023-08-07 5:41 Karl Bieber
2023-08-07 5:41 ` [PATCH BlueZ 1/1] " Karl Bieber
2023-08-07 23:20 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 4+ messages in thread
From: Karl Bieber @ 2023-08-07 5:41 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Karl Bieber
I think this is a missing comma which could lead to bugs.
Karl Bieber (1):
main: Fix missing comma
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.41.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH BlueZ 1/1] main: Fix missing comma
2023-08-07 5:41 [PATCH BlueZ 0/1] main: Fix missing comma Karl Bieber
@ 2023-08-07 5:41 ` Karl Bieber
2023-08-07 7:16 ` bluez.test.bot
2023-08-07 23:20 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
1 sibling, 1 reply; 4+ messages in thread
From: Karl Bieber @ 2023-08-07 5:41 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Karl Bieber
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index 13501440b..2134fcf75 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,7 +78,7 @@ static const char *supported_options[] = {
"NameResolving",
"DebugKeys",
"ControllerMode",
- "MaxControllers"
+ "MaxControllers",
"MultiProfile",
"FastConnectable",
"SecureConnections",
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH BlueZ 0/1] main: Fix missing comma
2023-08-07 5:41 [PATCH BlueZ 0/1] main: Fix missing comma Karl Bieber
2023-08-07 5:41 ` [PATCH BlueZ 1/1] " Karl Bieber
@ 2023-08-07 23:20 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2023-08-07 23:20 UTC (permalink / raw)
To: Karl Bieber; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 07 Aug 2023 05:41:12 +0000 you wrote:
> I think this is a missing comma which could lead to bugs.
>
> Karl Bieber (1):
> main: Fix missing comma
>
> src/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [BlueZ,1/1] main: Fix missing comma
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b9c57e815e6e
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] 4+ messages in thread
end of thread, other threads:[~2023-08-07 23:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07 5:41 [PATCH BlueZ 0/1] main: Fix missing comma Karl Bieber
2023-08-07 5:41 ` [PATCH BlueZ 1/1] " Karl Bieber
2023-08-07 7:16 ` bluez.test.bot
2023-08-07 23:20 ` [PATCH BlueZ 0/1] " 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