DORMANTno replies LANDED

Landed in mainline as 4d371d6e3746 on 2022-12-01.

[PATCH] wifi: cfg80211: Correct example of ieee80211_iface_limit

From: Philipp Hortmann <hidden>
Date: 2022-11-14 20:01:46
Also in: lkml, netdev
Subsystem: 802.11 (including cfg80211/nl80211), the rest · Maintainers: Johannes Berg, Linus Torvalds

Correct wrong closing bracket.

Signed-off-by: Philipp Hortmann <redacted>
---
 include/net/cfg80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index e09ff87146c1..ba45a49c8c84 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4740,7 +4740,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,
-- 
2.37.3
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help