* [PATCH BlueZ] mpris-proxy: Fix missing line returns
@ 2025-02-04 15:50 Frédéric Danis
2025-02-04 17:12 ` [BlueZ] " bluez.test.bot
2025-02-04 22:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2025-02-04 15:50 UTC (permalink / raw)
To: linux-bluetooth
---
tools/mpris-proxy.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/mpris-proxy.c b/tools/mpris-proxy.c
index b08733314..2774bcc1a 100644
--- a/tools/mpris-proxy.c
+++ b/tools/mpris-proxy.c
@@ -2132,7 +2132,7 @@ static void register_player(GDBusProxy *proxy)
player->conn = g_dbus_setup_private(DBUS_BUS_SESSION, player->bus_name,
NULL);
if (!player->conn) {
- fprintf(stderr, "Could not register bus name %s",
+ fprintf(stderr, "Could not register bus name %s\n",
player->bus_name);
goto fail;
}
@@ -2143,7 +2143,7 @@ static void register_player(GDBusProxy *proxy)
NULL,
mpris_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_INTERFACE);
goto fail;
}
@@ -2154,7 +2154,7 @@ static void register_player(GDBusProxy *proxy)
player_signals,
player_properties,
player, player_free)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_PLAYER_INTERFACE);
goto fail;
}
@@ -2165,7 +2165,7 @@ static void register_player(GDBusProxy *proxy)
tracklist_signals,
tracklist_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_TRACKLIST_INTERFACE);
goto fail;
}
@@ -2176,7 +2176,7 @@ static void register_player(GDBusProxy *proxy)
NULL,
playlist_properties,
player, NULL)) {
- fprintf(stderr, "Could not register interface %s",
+ fprintf(stderr, "Could not register interface %s\n",
MPRIS_PLAYLISTS_INTERFACE);
goto fail;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] mpris-proxy: Fix missing line returns
2025-02-04 15:50 [PATCH BlueZ] mpris-proxy: Fix missing line returns Frédéric Danis
@ 2025-02-04 17:12 ` bluez.test.bot
2025-02-04 22:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-02-04 17:12 UTC (permalink / raw)
To: linux-bluetooth, frederic.danis
[-- Attachment #1: Type: text/plain, Size: 1260 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=930487
---Test result---
Test Summary:
CheckPatch PENDING 0.26 seconds
GitLint PENDING 0.30 seconds
BuildEll PASS 20.30 seconds
BluezMake PASS 1451.24 seconds
MakeCheck PASS 13.42 seconds
MakeDistcheck PASS 157.84 seconds
CheckValgrind PASS 213.62 seconds
CheckSmatch PASS 269.15 seconds
bluezmakeextell PASS 97.76 seconds
IncrementalBuild PENDING 0.34 seconds
ScanBuild PASS 851.32 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] mpris-proxy: Fix missing line returns
2025-02-04 15:50 [PATCH BlueZ] mpris-proxy: Fix missing line returns Frédéric Danis
2025-02-04 17:12 ` [BlueZ] " bluez.test.bot
@ 2025-02-04 22:50 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-02-04 22:50 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 Tue, 4 Feb 2025 16:50:25 +0100 you wrote:
> ---
> tools/mpris-proxy.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Here is the summary with links:
- [BlueZ] mpris-proxy: Fix missing line returns
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9839799b505a
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:[~2025-02-04 22:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 15:50 [PATCH BlueZ] mpris-proxy: Fix missing line returns Frédéric Danis
2025-02-04 17:12 ` [BlueZ] " bluez.test.bot
2025-02-04 22:50 ` [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