Message ID | 20250318132147.91774-1-frederic.danis@collabora.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2eba5b6e91555d9f4dfb1c4b2adcc5b18d1d8897 |
Headers | show |
Series | [BlueZ] obex: Fix typo | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=945150 ---Test result--- Test Summary: CheckPatch PENDING 0.24 seconds GitLint PENDING 0.24 seconds BuildEll PASS 20.51 seconds BluezMake PASS 1502.75 seconds MakeCheck PASS 13.61 seconds MakeDistcheck PASS 159.02 seconds CheckValgrind PASS 215.86 seconds CheckSmatch PASS 284.56 seconds bluezmakeextell PASS 98.53 seconds IncrementalBuild PENDING 0.30 seconds ScanBuild PASS 873.80 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
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 18 Mar 2025 14:21:47 +0100 you wrote: > --- > obexd/plugins/bluetooth.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [BlueZ] obex: Fix typo https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=2eba5b6e9155 You are awesome, thank you!
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index 51afdc9d0..afb2215bd 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -338,7 +338,7 @@ static void name_released(DBusConnection *conn, void *user_data) { GSList *l; - DBG("org.bluez disappered"); + DBG("org.bluez disappeared"); for (l = profiles; l; l = l->next) { struct bluetooth_profile *profile = l->data;