Thread (69 messages) flat view 69 messages, 4 authors, 2021-08-16
STALE1867d

[Bluez PATCH 53/62] client: Inclusive language changes

From: Archie Pusaka <hidden>
Date: 2021-08-13 12:22:52
Subsystem: the rest · Maintainer: Linus Torvalds

From: Archie Pusaka <redacted>

Use "parent" to describe dbus hierarchy.
---

 client/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/main.c b/client/main.c
index c1a62edb7f..1e09fbbc73 100644
--- a/client/main.c
+++ b/client/main.c
@@ -363,19 +363,19 @@ static void print_uuids(GDBusProxy *proxy)
 	}
 }
 
-static gboolean device_is_child(GDBusProxy *device, GDBusProxy *master)
+static gboolean device_is_child(GDBusProxy *device, GDBusProxy *parent)
 {
 	DBusMessageIter iter;
 	const char *adapter, *path;
 
-	if (!master)
+	if (!parent)
 		return FALSE;
 
 	if (g_dbus_proxy_get_property(device, "Adapter", &iter) == FALSE)
 		return FALSE;
 
 	dbus_message_iter_get_basic(&iter, &adapter);
-	path = g_dbus_proxy_get_path(master);
+	path = g_dbus_proxy_get_path(parent);
 
 	if (!strcmp(path, adapter))
 		return TRUE;
-- 
2.33.0.rc1.237.g0d66db33f3-goog
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help