public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/9] monitor: fix spelling Exausted -> Exhausted
@ 2025-04-16 12:34 James Prestwood
  2025-04-16 12:34 ` [PATCH 2/9] scan: fix out of bound array access for survey results James Prestwood
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: James Prestwood @ 2025-04-16 12:34 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

Caught by codespell
---
 monitor/nlmon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/nlmon.c b/monitor/nlmon.c
index 76eb2db6..14a29eab 100644
--- a/monitor/nlmon.c
+++ b/monitor/nlmon.c
@@ -7433,7 +7433,7 @@ static bool check_pcap(struct nlmon *nlmon, size_t next_size)
 
 	pcap_close(nlmon->pcap);
 
-	/* Exausted the single PCAP file */
+	/* Exhausted the single PCAP file */
 	if (nlmon->max_files < 2) {
 		printf("Reached maximum size of PCAP, exiting\n");
 		nlmon->pcap = NULL;
-- 
2.34.1


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

end of thread, other threads:[~2025-04-16 17:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 12:34 [PATCH 1/9] monitor: fix spelling Exausted -> Exhausted James Prestwood
2025-04-16 12:34 ` [PATCH 2/9] scan: fix out of bound array access for survey results James Prestwood
2025-04-16 17:20   ` Denis Kenzior
2025-04-16 17:21     ` James Prestwood
2025-04-16 12:34 ` [PATCH 3/9] dpp-util: fail on duplicate values in URI James Prestwood
2025-04-16 12:34 ` [PATCH 4/9] unit: add test for duplicate URI elements James Prestwood
2025-04-16 12:34 ` [PATCH 5/9] monitor: add size check for interworking IE parsing James Prestwood
2025-04-16 12:34 ` [PATCH 6/9] storage: add length check in __storage_decrypt James Prestwood
2025-04-16 12:34 ` [PATCH 7/9] unit: add test-storage James Prestwood
2025-04-16 12:34 ` [PATCH 8/9] station: check return when advancing iterator James Prestwood
2025-04-16 12:34 ` [PATCH 9/9] eap-mschapv2: Fix leak of state->user on error path James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox