From: Philipp Hortmann Date: Mon, 14 Nov 2022 20:01:35 +0000 (+0100) Subject: wifi: cfg80211: Correct example of ieee80211_iface_limit X-Git-Tag: v6.6.7~3913^2~77^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d371d6e3746d84056f150fdaa66c85f65f60124;p=platform%2Fkernel%2Flinux-starfive.git wifi: cfg80211: Correct example of ieee80211_iface_limit Correct wrong closing bracket. Signed-off-by: Philipp Hortmann Link: https://lore.kernel.org/r/20221114200135.GA100176@matrix-ESPRIMO-P710 Signed-off-by: Johannes Berg --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 11a370e..03d4f4d 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -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,