All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez PATCH] core: fix a typo in dev_connect
@ 2021-03-02  2:25 Howard Chung
  2021-03-02 23:58 ` [Bluez] " bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Howard Chung @ 2021-03-02  2:25 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz; +Cc: Howard Chung, Alain Michaud

Based on the context, it should be 'at least' instead of 'at list'.

Reviewed-by: Alain Michaud <alainm@chromium.org>
---

 src/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/device.c b/src/device.c
index dfba6ee47d07..b99f6fbb04fd 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2105,7 +2105,7 @@ static DBusMessage *dev_connect(DBusConnection *conn, DBusMessage *msg,
 
 	if (dev->bredr_state.connected) {
 		/*
-		 * Check if services have been resolved and there is at list
+		 * Check if services have been resolved and there is at least
 		 * one connected before switching to connect LE.
 		 */
 		if (dev->bredr_state.svc_resolved &&
-- 
2.30.1.766.gb4fecdf3b7-goog


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

end of thread, other threads:[~2021-03-04 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-02  2:25 [Bluez PATCH] core: fix a typo in dev_connect Howard Chung
2021-03-02 23:58 ` [Bluez] " bluez.test.bot
2021-03-04 19:40   ` Luiz Augusto von Dentz

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.