All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] station: fix >80 character lines
@ 2022-02-10 22:22 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2022-02-10 22:22 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 2/10/22 15:06, James Prestwood wrote:
> ---
>   src/station.c | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 

Applied, thanks.

Regards,
-Denis

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

* [PATCH] station: fix >80 character lines
@ 2022-02-10 21:06 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2022-02-10 21:06 UTC (permalink / raw)
  To: iwd

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

---
 src/station.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/station.c b/src/station.c
index 6dc0074c..cd119ff1 100644
--- a/src/station.c
+++ b/src/station.c
@@ -1472,8 +1472,10 @@ static void station_enter_state(struct station *station,
 	case STATION_STATE_CONNECTING_AUTO:
 		/* Refresh the ordered network list */
 		network_rank_update(station->connected_network, true);
-		l_queue_remove(station->networks_sorted, station->connected_network);
-		l_queue_insert(station->networks_sorted, station->connected_network,
+		l_queue_remove(station->networks_sorted,
+					station->connected_network);
+		l_queue_insert(station->networks_sorted,
+					station->connected_network,
 					network_rank_compare, NULL);
 
 		l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
-- 
2.34.1

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

end of thread, other threads:[~2022-02-10 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 22:22 [PATCH] station: fix >80 character lines Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2022-02-10 21:06 James Prestwood

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.