diff mbox series

iw: Fix typo in iw --help

Message ID 79e3b9aba5159d1e7fbf908af6621e9d0fdb57fd.camel@gmail.com (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show
Series iw: Fix typo in iw --help | expand

Commit Message

Ryan Adolf Oct. 22, 2019, 8:07 a.m. UTC
Signed-off-by: Ryan Adolf <ryanadolf123@gmail.com>
---
 event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Oct. 22, 2019, 9:07 a.m. UTC | #1
Ryan Adolf <ryanadolf123@gmail.com> writes:

> Signed-off-by: Ryan Adolf <ryanadolf123@gmail.com>
> ---
>  event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/event.c b/event.c
> index 100f644..4a932d1 100644
> --- a/event.c
> +++ b/event.c
> @@ -1172,5 +1172,5 @@ static int print_events(struct nl80211_state *state,
>  TOPLEVEL(event, "[-t|-r] [-f]", 0, 0, CIB_NONE, print_events,
>  	"Monitor events from the kernel.\n"
>  	"-t - print timestamp\n"
> -	"-r - print relative timstamp\n"
> +	"-r - print relative timestamp\n"
>  	"-f - print full frame for auth/assoc etc.");

Thanks, look good. You can now follow the status in patchwork:

https://patchwork.kernel.org/patch/11203919/

But do note that maintainers are busy so sometimes it might take even
weeks before your patch is reviewed.
diff mbox series

Patch

diff --git a/event.c b/event.c
index 100f644..4a932d1 100644
--- a/event.c
+++ b/event.c
@@ -1172,5 +1172,5 @@  static int print_events(struct nl80211_state *state,
 TOPLEVEL(event, "[-t|-r] [-f]", 0, 0, CIB_NONE, print_events,
 	"Monitor events from the kernel.\n"
 	"-t - print timestamp\n"
-	"-r - print relative timstamp\n"
+	"-r - print relative timestamp\n"
 	"-f - print full frame for auth/assoc etc.");