From: Bastien Nocera <hadess@hadess.net>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v6 5/6] adapter: Fix typo in function name
Date: Thu, 1 Sep 2022 12:43:30 +0200 [thread overview]
Message-ID: <20220901104331.174588-5-hadess@hadess.net> (raw)
In-Reply-To: <20220901104331.174588-1-hadess@hadess.net>
---
src/adapter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/adapter.c b/src/adapter.c
index 11fde03b8..dc96b9718 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -3508,7 +3508,7 @@ static gboolean property_get_experimental(const GDBusPropertyTable *property,
return TRUE;
}
-static gboolean property_experimental_exits(const GDBusPropertyTable *property,
+static gboolean property_experimental_exists(const GDBusPropertyTable *property,
void *data)
{
struct btd_adapter *adapter = data;
@@ -3876,7 +3876,7 @@ static const GDBusPropertyTable adapter_properties[] = {
property_exists_modalias },
{ "Roles", "as", property_get_roles },
{ "ExperimentalFeatures", "as", property_get_experimental, NULL,
- property_experimental_exits },
+ property_experimental_exists },
{ }
};
--
2.37.2
next prev parent reply other threads:[~2022-09-01 10:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-01 10:43 [PATCH BlueZ v6 1/6] adapter: Keep track of whether the adapter is rfkill'ed Bastien Nocera
2022-09-01 10:43 ` [PATCH BlueZ v6 2/6] adapter: Implement PowerState property Bastien Nocera
2022-09-01 10:43 ` [PATCH BlueZ v6 3/6] client: Print the " Bastien Nocera
2022-09-01 10:43 ` [PATCH BlueZ v6 4/6] adapter-api: Add PowerState property documentation Bastien Nocera
2022-09-01 10:43 ` Bastien Nocera [this message]
2022-09-01 10:43 ` [PATCH BlueZ v6 6/6] adapter: Remove experimental flag for PowerState Bastien Nocera
2022-09-01 11:07 ` [PATCH BlueZ v6 1/6] adapter: Keep track of whether the adapter is rfkill'ed Bastien Nocera
2022-09-01 11:32 ` [BlueZ,v6,1/6] " bluez.test.bot
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=20220901104331.174588-5-hadess@hadess.net \
--to=hadess@hadess.net \
--cc=linux-bluetooth@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox