Received: by 10.192.165.148 with SMTP id m20csp2873851imm; Mon, 7 May 2018 02:38:51 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoZ2f1YLogTKN5jjy0zemLDZWIQaQ+rp59t2IqImqxcfaSC4dxbnk57Xnxa8WD78V1GoCzC X-Received: by 2002:a17:902:584:: with SMTP id f4-v6mr36892137plf.290.1525685931419; Mon, 07 May 2018 02:38:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525685931; cv=none; d=google.com; s=arc-20160816; b=WP5YJmn8Y4loo52pHfL5luhzIiBSDxoouIeCK5gRgcoIL3f2+RYW39tD71TrXnicXW CkKrCs2OvYOlCS1XnElTxSuAMxA//ro4e6ygZKVbSuuYO4f/GQrrTjYfaV1AXfkZvlKP 7kEEXpiCOIzyMREpFfLFp2sXfACKhJW2CULaZ3uR0JV4S9ya4RirMBgpWfeYj1/b/WvY txKgm8md/Avj7I8T9ctn4RnU4/GRu++vLfoR7kT4fP1nCTnX7tDZtyNsKV27Kjt/nuum tBMJ9LM5wqKgpy3tk8T3E81492/XKdSUQiuYZp9cWo+ECItAk5jOxq0uovLuspEI0tqM Mdcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=RLV1WNhBa6DjicsyXjNSyxMEfmaH3ZTf93x3CfRoYN0=; b=u9D7+GOkY789lqE0+CbBuQNIbea6J+en7DuiYYwRXTMkkwyR0pgxCQmULyTQ/ExAND 2Hm1T6Q/KbGfvw/cQZ8zpQxM0bO7fiSjtcYKY7MZ2uNeP/M6XaBVXgjvFhBE3DtgryjR sz4CPevatv6AEqDNFJDB1ND3mOVda/XpsgBSNrdv+0c1oBGtXs8twUARGsrCZrosEJDR yAHrmSOk/LsMEwJz8dttWV6E9OqgAXkwvFatUe3wdX6fg5EGEEVQnJFJmq8bW8RPQ4ck +oOJhjp2Ye4LiFmyW54ROWonaRJenM+I1NCp162DvghVvboa1n2E9RUYkjg3OFkNy4kZ lPsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f1si20195899pfn.269.2018.05.07.02.38.37; Mon, 07 May 2018 02:38:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752200AbeEGJg7 (ORCPT + 99 others); Mon, 7 May 2018 05:36:59 -0400 Received: from osg.samsung.com ([64.30.133.232]:53118 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752548AbeEGJgM (ORCPT ); Mon, 7 May 2018 05:36:12 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id A9AAA23493; Mon, 7 May 2018 02:36:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PePPHZ7UkjOy; Mon, 7 May 2018 02:36:09 -0700 (PDT) Received: from smtp.s-opensource.com (177.41.109.86.dynamic.adsl.gvt.net.br [177.41.109.86]) by osg.samsung.com (Postfix) with ESMTPSA id 771E4233F4; Mon, 7 May 2018 02:36:01 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.90_1) (envelope-from ) id 1fFcYo-00087g-Uk; Mon, 07 May 2018 06:35:58 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Johannes Berg , "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 09/18] net: mac80211.h: fix a bad comment line Date: Mon, 7 May 2018 06:35:45 -0300 Message-Id: <1b14ef4f63547c86c544e112b74acfff2b41f4af.1525684985.git.mchehab+samsung@kernel.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sphinx produces a lot of errors like this: ./include/net/mac80211.h:2083: warning: bad line: > Signed-off-by: Mauro Carvalho Chehab --- include/net/mac80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index d2279b2d61aa..b2f3a0c018e7 100644 --- a/include/net/mac80211.h +++ b/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. * -- 2.17.0