All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] scan: fix double space
@ 2022-01-11  0:15 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2022-01-11  0:15 UTC (permalink / raw)
  To: iwd

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

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

diff --git a/src/scan.c b/src/scan.c
index 97b0a933..54159dfd 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -1695,7 +1695,7 @@ static void scan_finished(struct scan_context *sc,
 	if (bss_list)
 		discover_hidden_network_bsses(sc, bss_list);
 
-	if  (sr) {
+	if (sr) {
 		l_queue_remove(sc->requests, sr);
 		sc->started = false;
 		sc->work_started = false;
-- 
2.31.1

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

* Re: [PATCH 1/3] scan: fix double space
@ 2022-01-11 15:07 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2022-01-11 15:07 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 1/10/22 18:15, James Prestwood wrote:
> ---
>   src/scan.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2022-01-11 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  0:15 [PATCH 1/3] scan: fix double space James Prestwood
2022-01-11 15:07 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.