]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc20e517eb44dbaac9535ef74fec055f6d4bb121e
tree5b5dc1c2f64840aaaffcc1745b70bc5ffa9508d0
parenta7027d5d9f5ffc233f5d6d50a0559df662d04c94
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