* [PATCH BlueZ v1] mesh: Fix not setting rpl_dir as static
@ 2024-05-13 20:37 Luiz Augusto von Dentz
2024-05-13 22:40 ` [BlueZ,v1] " bluez.test.bot
2024-05-14 2:40 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2024-05-13 20:37 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
rpl_dir shall be made static to be properly scoped.
---
mesh/rpl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mesh/rpl.c b/mesh/rpl.c
index 1213ee66e745..fb225dddd62b 100644
--- a/mesh/rpl.c
+++ b/mesh/rpl.c
@@ -31,7 +31,7 @@
#include "mesh/util.h"
#include "mesh/rpl.h"
-const char *rpl_dir = "/rpl";
+static const char *rpl_dir = "/rpl";
bool rpl_put_entry(struct mesh_node *node, uint16_t src, uint32_t iv_index,
uint32_t seq)
--
2.45.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ,v1] mesh: Fix not setting rpl_dir as static
2024-05-13 20:37 [PATCH BlueZ v1] mesh: Fix not setting rpl_dir as static Luiz Augusto von Dentz
@ 2024-05-13 22:40 ` bluez.test.bot
2024-05-14 2:40 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2024-05-13 22:40 UTC (permalink / raw)
To: linux-bluetooth, luiz.dentz
[-- Attachment #1: Type: text/plain, Size: 948 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=852915
---Test result---
Test Summary:
CheckPatch PASS 0.46 seconds
GitLint PASS 0.33 seconds
BuildEll PASS 24.69 seconds
BluezMake PASS 1678.68 seconds
MakeCheck PASS 13.11 seconds
MakeDistcheck PASS 176.37 seconds
CheckValgrind PASS 246.07 seconds
CheckSmatch PASS 352.98 seconds
bluezmakeextell PASS 119.79 seconds
IncrementalBuild PASS 1521.01 seconds
ScanBuild PASS 994.87 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ v1] mesh: Fix not setting rpl_dir as static
2024-05-13 20:37 [PATCH BlueZ v1] mesh: Fix not setting rpl_dir as static Luiz Augusto von Dentz
2024-05-13 22:40 ` [BlueZ,v1] " bluez.test.bot
@ 2024-05-14 2:40 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-05-14 2:40 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +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, 13 May 2024 16:37:32 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> rpl_dir shall be made static to be properly scoped.
> ---
> mesh/rpl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [BlueZ,v1] mesh: Fix not setting rpl_dir as static
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c7445d973694
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:[~2024-05-14 2:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 20:37 [PATCH BlueZ v1] mesh: Fix not setting rpl_dir as static Luiz Augusto von Dentz
2024-05-13 22:40 ` [BlueZ,v1] " bluez.test.bot
2024-05-14 2:40 ` [PATCH BlueZ v1] " 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.