All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] p2p,netdev: Fix event name typo in comments
@ 2021-04-26 13:26 Andrew Zaborowski
  2021-04-26 13:26 ` [PATCH 2/5] wscutil: Move DeviceType parsing from p2p & eap-wsc to a function Andrew Zaborowski
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andrew Zaborowski @ 2021-04-26 13:26 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

Fix the spelling of NETDEV_RESULT_KEY_SETTING_FAILED in two comments.
---
 src/netdev.h | 2 +-
 src/p2p.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/netdev.h b/src/netdev.h
index 0e09ae69..43ea3893 100644
--- a/src/netdev.h
+++ b/src/netdev.h
@@ -80,7 +80,7 @@ typedef void (*netdev_command_cb_t)(struct netdev *netdev, int result,
  * NETDEV_RESULT_AUTHENTICATION_FAILED - MMPDU_STATUS_CODE
  * NETDEV_RESULT_ASSOCIATION_FAILED - MMPDU_STATUS_CODE
  * NETDEV_RESULT_HANDSHAKE_FAILED - MMPDU_REASON_CODE
- * NETDEV_RESULT_KEY_SETTINGS_FAILED - unused
+ * NETDEV_RESULT_KEY_SETTING_FAILED - unused
  * NETDEV_RESULT_ABORTED - unused.
  */
 typedef void (*netdev_connect_cb_t)(struct netdev *netdev,
diff --git a/src/p2p.c b/src/p2p.c
index e3130e21..f0324d31 100644
--- a/src/p2p.c
+++ b/src/p2p.c
@@ -1321,7 +1321,7 @@ static void p2p_netdev_connect_cb(struct netdev *netdev,
 		/*
 		 * In the AUTHENTICATION_FAILED and ASSOCIATION_FAILED
 		 * cases there's nothing to disconnect.  In the
-		 * HANDSHAKE_FAILED and KEY_SETTINGS failed cases
+		 * HANDSHAKE_FAILED and KEY_SETTING failed cases
 		 * netdev disconnects from the GO automatically and we are
 		 * called already from within the disconnect callback,
 		 * so we can directly free the netdev.
-- 
2.27.0

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

end of thread, other threads:[~2021-04-26 20:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 13:26 [PATCH 1/5] p2p,netdev: Fix event name typo in comments Andrew Zaborowski
2021-04-26 13:26 ` [PATCH 2/5] wscutil: Move DeviceType parsing from p2p & eap-wsc to a function Andrew Zaborowski
2021-04-26 13:26 ` [PATCH 3/5] ap: Drop struct ap_config in favor of l_settings Andrew Zaborowski
2021-04-26 16:39   ` Denis Kenzior
2021-04-26 18:06     ` Andrew Zaborowski
2021-04-26 20:22       ` Denis Kenzior
2021-04-26 13:26 ` [PATCH 4/5] doc: Clarify settings in iwd.ap(5) Andrew Zaborowski
2021-04-26 15:53   ` Denis Kenzior
2021-04-26 16:05     ` Andrew Zaborowski
2021-04-26 16:22       ` Denis Kenzior
2021-04-26 18:19         ` Andrew Zaborowski
2021-04-26 13:26 ` [PATCH 5/5] doc: Update iwd.ap(5) man page Andrew Zaborowski
2021-04-26 15:54 ` [PATCH 1/5] p2p,netdev: Fix event name typo in comments Denis Kenzior

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.