wifi: mac80211: add a missing comma at kernel-doc markup
authorMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 28 Jun 2022 09:46:06 +0000 (10:46 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Jul 2022 08:30:05 +0000 (10:30 +0200)
commit82757b792be7a549460137b2dbfb9d48003a072a
tree5b5dc1c2f64840aaaffcc1745b70bc5ffa9508d0
parent2d8b08fef0af23aa2fe7f1a1719ac5b11478042f
wifi: mac80211: add a missing comma at kernel-doc markup

The lack of the colon makes it not parse the function parameter:
include/net/mac80211.h:6250: warning: Function parameter or member 'vif' not described in 'ieee80211_channel_switch_disconnect'

Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/11c1bdb861d89c93058fcfe312749b482851cbdb.1656409369.git.mchehab@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h