From patchwork Fri Apr 27 01:17:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10367275 X-Patchwork-Delegate: johannes@sipsolutions.net Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1938A60386 for ; Fri, 27 Apr 2018 01:17:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D7E728A72 for ; Fri, 27 Apr 2018 01:17:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 020BD28AF8; Fri, 27 Apr 2018 01:17:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A8DCA28A72 for ; Fri, 27 Apr 2018 01:17:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757204AbeD0BRd (ORCPT ); Thu, 26 Apr 2018 21:17:33 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:55852 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754824AbeD0BRc (ORCPT ); Thu, 26 Apr 2018 21:17:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=LuTNuQnm8maJwn73hg1T8ef93sQjNqQm7DVw2hSfv9A=; b=sGE8tPM3j0Xem7CKmaV51n+dt UPWzFRp/nFRGiVlbJVCrHVB6IiDKH1lBE9TCPw/qpEB9kdbky14IIGjPdKlcuO9yK6i4u4zElNW41 KYlhrAU5S1Ah3JY0NfVVBbdZobBiytHV4HYbtapaVR8l9E4jokmPDzuHO3cyWE0Gyf2+OFcmEiwZm PrdPw2H6eDJrLNGrovFsjhRSSToU6b1N8u8VbMBa3Yx5641DAhvjz4nkNhspFZE+lt//Ounitaj+A Sm3am0zdhgdiwOzluArv3hpg/J2aJ2Zj3sI7k/Ygh+DEaOyRzeTGsRrb/TxzIhcqbkYZsqGEfNBJB VzmWp73OA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fBs0x-0006AY-Rp; Fri, 27 Apr 2018 01:17:32 +0000 To: linux-wireless , Johannes Berg Cc: LKML From: Randy Dunlap Subject: [PATCH] mac80211: fix kernel-doc "bad line" warning Message-ID: Date: Thu, 26 Apr 2018 18:17:31 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Language: en-US 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: Randy Dunlap Fix 88 instances of a kernel-doc warning: ../include/net/mac80211.h:2083: warning: bad line: > Signed-off-by: Randy Dunlap Cc: linux-wireless@vger.kernel.org Cc: Johannes Berg --- include/net/mac80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20180426.orig/include/net/mac80211.h +++ linux-next-20180426/include/net/mac80211.h @@ -2080,7 +2080,7 @@ struct ieee80211_txq { * virtual interface might not be given air time for the transmission of * the frame, as it is not synced with the AP/P2P GO yet, and thus the * deauthentication frame might not be transmitted. - > + * * @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't * support QoS NDP for AP probing - that's most likely a driver bug. *