From patchwork Mon May 26 06:30:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 4239691 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BC29DBF90B for ; Mon, 26 May 2014 06:30:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E7E68201D3 for ; Mon, 26 May 2014 06:30:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDC3D201CE for ; Mon, 26 May 2014 06:30:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751738AbaEZGaU (ORCPT ); Mon, 26 May 2014 02:30:20 -0400 Received: from dedo.coelho.fi ([88.198.205.34]:45261 "EHLO dedo.coelho.fi" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751452AbaEZGaT (ORCPT ); Mon, 26 May 2014 02:30:19 -0400 Received: from a88-113-225-236.elisa-laajakaista.fi ([88.113.225.236] helo=localhost.localdomain) by dedo.coelho.fi with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.80) (envelope-from ) id 1WooQL-0004v3-N9; Mon, 26 May 2014 09:30:18 +0300 From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Mon, 26 May 2014 09:30:12 +0300 Message-Id: <1401085812-21040-1-git-send-email-luca@coelho.fi> X-Mailer: git-send-email 2.0.0.rc0 X-SA-Exim-Connect-IP: 88.113.225.236 X-SA-Exim-Mail-From: luca@coelho.fi X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Subject: [PATCH] mac80211: docs: remove spurious blank line that causes docbook warnings X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on dedo.coelho.fi) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Luciano Coelho 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 --- 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