linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] tools/mesh-cfgclient: Fix typos in config storage
@ 2022-01-07 21:50 Inga Stotland
  2022-01-07 23:37 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Inga Stotland @ 2022-01-07 21:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, Inga Stotland

Fix keyword typos and comments.
---
 tools/mesh/mesh-db.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/mesh/mesh-db.c b/tools/mesh/mesh-db.c
index 1a1ba380b..fa11837df 100644
--- a/tools/mesh/mesh-db.c
+++ b/tools/mesh/mesh-db.c
@@ -2007,7 +2007,7 @@ bool mesh_db_get_addr_range(uint16_t *low, uint16_t *high)
 	if (!cfg || !cfg->jcfg)
 		return false;
 
-	jarray = json_object_object_get(cfg->jcfg, "provisioniers");
+	jarray = json_object_object_get(cfg->jcfg, "provisioners");
 
 	if (!jarray || json_object_get_type(jarray) != json_type_array)
 		return false;
@@ -2041,7 +2041,7 @@ bool mesh_db_get_addr_range(uint16_t *low, uint16_t *high)
 }
 
 /*
- * This is a simplistic implementation onf allocated range, where
+ * This is a simplistic implementation of allocated range, where
  * the range is one contiguous chunk of the address space.
  */
 static bool add_range(json_object *jobj, const char *keyword, uint16_t low,
-- 
2.31.1


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

* RE: [BlueZ] tools/mesh-cfgclient: Fix typos in config storage
  2022-01-07 21:50 [PATCH BlueZ] tools/mesh-cfgclient: Fix typos in config storage Inga Stotland
@ 2022-01-07 23:37 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2022-01-07 23:37 UTC (permalink / raw)
  To: linux-bluetooth, inga.stotland

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

---Test result---

Test Summary:
CheckPatch                    PASS      1.61 seconds
GitLint                       PASS      0.96 seconds
Prep - Setup ELL              PASS      46.48 seconds
Build - Prep                  PASS      0.83 seconds
Build - Configure             PASS      9.15 seconds
Build - Make                  PASS      1768.59 seconds
Make Check                    PASS      11.95 seconds
Make Check w/Valgrind         PASS      492.07 seconds
Make Distcheck                PASS      258.59 seconds
Build w/ext ELL - Configure   PASS      9.54 seconds
Build w/ext ELL - Make        PASS      1643.87 seconds
Incremental Build with patchesPASS      0.00 seconds



---
Regards,
Linux Bluetooth


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

end of thread, other threads:[~2022-01-07 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-07 21:50 [PATCH BlueZ] tools/mesh-cfgclient: Fix typos in config storage Inga Stotland
2022-01-07 23:37 ` [BlueZ] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).