From: Jouni Malinen Date: Thu, 26 Mar 2020 22:07:33 +0000 (+0200) Subject: Fix a typo in function documentation X-Git-Tag: hostap_2_10~1550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc95d58330c7332ed54d54d06f22e211a1e54d66;p=thirdparty%2Fhostap.git Fix a typo in function documentation Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/offchannel.c b/wpa_supplicant/offchannel.c index 77c425fac..e40cf5bbe 100644 --- a/wpa_supplicant/offchannel.c +++ b/wpa_supplicant/offchannel.c @@ -246,7 +246,7 @@ void offchannel_send_action_tx_status( * @buf: Frame to transmit starting from the Category field * @len: Length of @buf in bytes * @wait_time: Wait time for response in milliseconds - * @tx_cb: Callback function for indicating TX status or %NULL for now callback + * @tx_cb: Callback function for indicating TX status or %NULL for no callback * @no_cck: Whether CCK rates are to be disallowed for TX rate selection * Returns: 0 on success or -1 on failure *