All of lore.kernel.org
 help / color / mirror / Atom feed
From: Archie Pusaka <apusaka@google.com>
To: linux-bluetooth <linux-bluetooth@vger.kernel.org>,
	Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: CrosBT Upstreaming <chromeos-bluetooth-upstreaming@chromium.org>,
	Archie Pusaka <apusaka@chromium.org>
Subject: [Bluez PATCH v5 10/13] client: Inclusive language changes
Date: Wed, 15 Sep 2021 16:32:06 +0800	[thread overview]
Message-ID: <20210915162843.Bluez.v5.10.I222c5f74a0e9d3c7c08c0682494150bdec037dd6@changeid> (raw)
In-Reply-To: <20210915083207.243957-1-apusaka@google.com>

From: Archie Pusaka <apusaka@chromium.org>

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

(no changes since v1)

 client/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/main.c b/client/main.c
index 9a36a8c65d..229d53262f 100644
--- a/client/main.c
+++ b/client/main.c
@@ -387,19 +387,19 @@ static void print_experimental(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.464.g1972c5931b-goog


  parent reply	other threads:[~2021-09-15  8:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15  8:31 [Bluez PATCH v5 00/13] Inclusive language changes Archie Pusaka
2021-09-15  8:31 ` [Bluez PATCH v5 01/13] lib: " Archie Pusaka
2021-09-15  9:00   ` bluez.test.bot
2021-09-15  8:31 ` [Bluez PATCH v5 02/13] btio: " Archie Pusaka
2021-09-15  8:31 ` [Bluez PATCH v5 03/13] monitor: " Archie Pusaka
2021-09-15  8:31 ` [Bluez PATCH v5 04/13] emulator: " Archie Pusaka
2021-09-15  8:31 ` [Bluez PATCH v5 05/13] tools: " Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 06/13] tools: Deprecate some input parameters to align with inclusive language Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 07/13] plugins/sixaxis: Inclusive language changes Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 08/13] profiles: " Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 09/13] src: " Archie Pusaka
2021-09-15  8:32 ` Archie Pusaka [this message]
2021-09-15  8:32 ` [Bluez PATCH v5 11/13] mesh: " Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 12/13] unit/mesh: " Archie Pusaka
2021-09-15  8:32 ` [Bluez PATCH v5 13/13] doc: Inclusive language update Archie Pusaka
2021-09-21  8:54 ` [Bluez PATCH v5 00/13] Inclusive language changes Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210915162843.Bluez.v5.10.I222c5f74a0e9d3c7c08c0682494150bdec037dd6@changeid \
    --to=apusaka@google.com \
    --cc=apusaka@chromium.org \
    --cc=chromeos-bluetooth-upstreaming@chromium.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.