All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] obexd: Fix the code style
@ 2022-07-05  9:29 Youwan Wang
  2022-07-05 10:32 ` bluez.test.bot
  2022-07-05 17:20 ` [PATCH] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Youwan Wang @ 2022-07-05  9:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Youwan Wang

---
 obexd/client/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/obexd/client/session.c b/obexd/client/session.c
index 6955a8089..7d8ebb04e 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -950,7 +950,7 @@ static void transfer_complete(struct obc_transfer *transfer,
 {
 	struct obc_session *session = user_data;
 
-	if (err != 0)
+	if (err)
 		goto fail;
 
 	session_notify_complete(session, transfer);
-- 
2.20.1




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

* RE: obexd: Fix the code style
  2022-07-05  9:29 [PATCH] obexd: Fix the code style Youwan Wang
@ 2022-07-05 10:32 ` bluez.test.bot
  2022-07-05 17:20 ` [PATCH] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-07-05 10:32 UTC (permalink / raw)
  To: linux-bluetooth, wangyouwan

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

---Test result---

Test Summary:
CheckPatch                    PASS      0.86 seconds
GitLint                       PASS      0.58 seconds
Prep - Setup ELL              PASS      26.18 seconds
Build - Prep                  PASS      0.61 seconds
Build - Configure             PASS      8.38 seconds
Build - Make                  PASS      995.88 seconds
Make Check                    PASS      12.16 seconds
Make Check w/Valgrind         PASS      292.34 seconds
Make Distcheck                PASS      244.11 seconds
Build w/ext ELL - Configure   PASS      8.88 seconds
Build w/ext ELL - Make        PASS      84.09 seconds
Incremental Build w/ patches  PASS      0.00 seconds
Scan Build                    PASS      513.76 seconds



---
Regards,
Linux Bluetooth


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

* Re: [PATCH] obexd: Fix the code style
  2022-07-05  9:29 [PATCH] obexd: Fix the code style Youwan Wang
  2022-07-05 10:32 ` bluez.test.bot
@ 2022-07-05 17:20 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-07-05 17:20 UTC (permalink / raw)
  To: Youwan Wang; +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,  5 Jul 2022 17:29:52 +0800 you wrote:
> ---
>  obexd/client/session.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - obexd: Fix the code style
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=575778a45f84

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-07-05 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05  9:29 [PATCH] obexd: Fix the code style Youwan Wang
2022-07-05 10:32 ` bluez.test.bot
2022-07-05 17:20 ` [PATCH] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.