From: Luciano Coelho <luciano.coelho@xxxxxxxxx> When making htmldocs (at least) the following warning was being generated: Warning(/home/luca/kvm-shared/git/public/mac80211-next//include/net/mac80211.h:2770): bad line: The cause was a stray empty line inside a block of documentation. Fix this. Signed-off-by: Luciano Coelho <luciano.coelho@xxxxxxxxx> --- include/net/mac80211.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 38c10ea..e0bde8c 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2767,7 +2767,6 @@ enum ieee80211_roc_type { * to vif. Possible use is for hw queue remapping. * @unassign_vif_chanctx: Notifies device driver about channel context being * unbound from vif. - * @switch_vif_chanctx: switch a number of vifs from one chanctx to * another, as specified in the list of * @ieee80211_vif_chanctx_switch passed to the driver, according -- 2.0.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html