linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] mesh: Rename IVUpdate import flag to IvUpdate
@ 2020-06-15 12:41 Michał Lowas-Rzechonek
  2020-06-16 17:40 ` Gix, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Lowas-Rzechonek @ 2020-06-15 12:41 UTC (permalink / raw)
  To: linux-bluetooth

Name change for consistency with "IvIndex" property.
---
 doc/mesh-api.txt | 2 +-
 mesh/mesh.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index 6d905cf48..7fbab32b6 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -190,7 +190,7 @@ Methods:
 		The flags parameter is a dictionary containing provisioning
 		flags. Supported values are:
 
-			boolean IVUpdate
+			boolean IvUpdate
 
 				When true, indicates that the network is in the
 				middle of IV Index Update procedure.
diff --git a/mesh/mesh.c b/mesh/mesh.c
index 4abae4d92..a62cb5390 100644
--- a/mesh/mesh.c
+++ b/mesh/mesh.c
@@ -808,7 +808,7 @@ static struct l_dbus_message *import_call(struct l_dbus *dbus,
 							"Bad net index");
 
 	while (l_dbus_message_iter_next_entry(&iter_flags, &key, &var)) {
-		if (!strcmp(key, "IVUpdate") &&
+		if (!strcmp(key, "IvUpdate") &&
 			l_dbus_message_iter_get_variant(&var, "b", &ivu))
 			continue;
 
-- 
2.20.1


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

* Re: [PATCH BlueZ] mesh: Rename IVUpdate import flag to IvUpdate
  2020-06-15 12:41 [PATCH BlueZ] mesh: Rename IVUpdate import flag to IvUpdate Michał Lowas-Rzechonek
@ 2020-06-16 17:40 ` Gix, Brian
  0 siblings, 0 replies; 2+ messages in thread
From: Gix, Brian @ 2020-06-16 17:40 UTC (permalink / raw)
  To: michal.lowas-rzechonek, linux-bluetooth

Applied

On Mon, 2020-06-15 at 14:41 +0200, Michał Lowas-Rzechonek wrote:
> Name change for consistency with "IvIndex" property.
> ---
>  doc/mesh-api.txt | 2 +-
>  mesh/mesh.c      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
> index 6d905cf48..7fbab32b6 100644
> --- a/doc/mesh-api.txt
> +++ b/doc/mesh-api.txt
> @@ -190,7 +190,7 @@ Methods:
>  		The flags parameter is a dictionary containing provisioning
>  		flags. Supported values are:
>  
> -			boolean IVUpdate
> +			boolean IvUpdate
>  
>  				When true, indicates that the network is in the
>  				middle of IV Index Update procedure.
> diff --git a/mesh/mesh.c b/mesh/mesh.c
> index 4abae4d92..a62cb5390 100644
> --- a/mesh/mesh.c
> +++ b/mesh/mesh.c
> @@ -808,7 +808,7 @@ static struct l_dbus_message *import_call(struct l_dbus *dbus,
>  							"Bad net index");
>  
>  	while (l_dbus_message_iter_next_entry(&iter_flags, &key, &var)) {
> -		if (!strcmp(key, "IVUpdate") &&
> +		if (!strcmp(key, "IvUpdate") &&
>  			l_dbus_message_iter_get_variant(&var, "b", &ivu))
>  			continue;
>  

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

end of thread, other threads:[~2020-06-16 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 12:41 [PATCH BlueZ] mesh: Rename IVUpdate import flag to IvUpdate Michał Lowas-Rzechonek
2020-06-16 17:40 ` Gix, Brian

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).