From 8047d2616dc7ff47d34f5bc64835e060ccb5db1c Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 15 Oct 2015 16:16:09 +0200 Subject: cfg80211: fix gHz to GHz There's no "g" prefix, only "G" (1e9) that was clearly intended here. Signed-off-by: Johannes Berg --- net/wireless/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/wireless/core.c') diff --git a/net/wireless/core.c b/net/wireless/core.c index a83037da21b6..b0915515640e 100644 --- a/net/wireless/core.c +++ b/net/wireless/core.c @@ -639,7 +639,7 @@ int wiphy_register(struct wiphy *wiphy) if (WARN_ON(!sband->n_channels)) return -EINVAL; /* - * on 60gHz band, there are no legacy rates, so + * on 60GHz band, there are no legacy rates, so * n_bitrates is 0 */ if (WARN_ON(band != IEEE80211_BAND_60GHZ && -- cgit v1.2.3-58-ga151