wifi: cfg80211: Correct example of ieee80211_iface_limit
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Mon, 14 Nov 2022 20:01:35 +0000 (21:01 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 1 Dec 2022 12:53:19 +0000 (13:53 +0100)
Correct wrong closing bracket.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20221114200135.GA100176@matrix-ESPRIMO-P710
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h

index 11a370e..03d4f4d 100644 (file)
@@ -4742,7 +4742,7 @@ struct ieee80211_iface_limit {
  *
  *     struct ieee80211_iface_limit limits1[] = {
  *             { .max = 1, .types = BIT(NL80211_IFTYPE_STATION), },
- *             { .max = 1, .types = BIT(NL80211_IFTYPE_AP}, },
+ *             { .max = 1, .types = BIT(NL80211_IFTYPE_AP), },
  *     };
  *     struct ieee80211_iface_combination combination1 = {
  *             .limits = limits1,