All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ocb: use correct "MHz" instead of "MHZ"
@ 2015-10-12  7:35 Ola Olsson
  2015-10-13  9:14 ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Ola Olsson @ 2015-10-12  7:35 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Ola Olsson, Ola Olsson

Fixes the last typos of MHZ to MHz

Signed-off-by: Ola Olsson <ola.olsson@sonymobile.com>
---
 ocb.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ocb.c b/ocb.c
index fc48ecf..c60591c 100644
--- a/ocb.c
+++ b/ocb.c
@@ -18,9 +18,9 @@ static int join_ocb(struct nl80211_state *state,
 		const char *name;
 		unsigned int width;
 	} *chanmode_selected, chanmode[] = {
-		{ .name = "5MHZ",
+		{ .name = "5MHz",
 		  .width = NL80211_CHAN_WIDTH_5	},
-		{ .name = "10MHZ",
+		{ .name = "10MHz",
 		  .width = NL80211_CHAN_WIDTH_10 },
 	};
 
@@ -59,7 +59,7 @@ static int join_ocb(struct nl80211_state *state,
 nla_put_failure:
 	return -ENOBUFS;
 }
-COMMAND(ocb, join, "<freq in MHz> <5MHZ|10MHZ>",
+COMMAND(ocb, join, "<freq in MHz> <5MHz|10MHz>",
 	NL80211_CMD_JOIN_OCB, 0, CIB_NETDEV, join_ocb,
 	"Join the OCB mode network.");
 
-- 
1.7.9.5


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

end of thread, other threads:[~2015-10-14  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12  7:35 [PATCH] ocb: use correct "MHz" instead of "MHZ" Ola Olsson
2015-10-13  9:14 ` Johannes Berg
2015-10-13 22:42   ` Ola Olsson
2015-10-14  6:52     ` Johannes Berg
2015-10-14  7:36       ` Ola Olsson
2015-10-14  8:00         ` Johannes Berg
2015-10-14  9:05           ` Ola Olsson

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.