From 914a03c4bf1377f826d674346d9ac816b273a89e Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 31 Jul 2020 03:31:27 +0200 Subject: [PATCH] station: Comment/whitespace fix --- src/station.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/station.c b/src/station.c index 0095d6c8..42d60942 100644 --- a/src/station.c +++ b/src/station.c @@ -2282,7 +2282,7 @@ static bool station_retry_with_reason(struct station *station, return station_try_next_bss(station); } -/* A bit more consise for trying to fit these into 80 characters */ +/* A bit more concise for trying to fit these into 80 characters */ #define IS_TEMPORARY_STATUS(code) \ ((code) == MMPDU_STATUS_CODE_DENIED_UNSUFFICIENT_BANDWIDTH || \ (code) == MMPDU_STATUS_CODE_DENIED_POOR_CHAN_CONDITIONS || \ @@ -2685,7 +2685,6 @@ static void station_disconnect_cb(struct netdev *netdev, bool success, reply = dbus_error_failed(station->disconnect_pending); dbus_pending_reply(&station->disconnect_pending, reply); - } station_enter_state(station, STATION_STATE_DISCONNECTED);