From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6FDDC433DB for ; Wed, 6 Jan 2021 22:47:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E48123142 for ; Wed, 6 Jan 2021 22:47:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727837AbhAFWrm (ORCPT ); Wed, 6 Jan 2021 17:47:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727641AbhAFWrl (ORCPT ); Wed, 6 Jan 2021 17:47:41 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52486C061575; Wed, 6 Jan 2021 14:47:00 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1kxHZE-002h5q-OV; Wed, 06 Jan 2021 23:46:51 +0100 Message-ID: <5d8482756d40df615f908d7f24decdbb9ccb0ac3.camel@sipsolutions.net> Subject: Re: linux-next: build warning after merge of the origin tree From: Johannes Berg To: Stephen Rothwell Cc: linux-wireless@vger.kernel.org, Carl Huang , David Miller , Networking , Jakub Kicinski , Linux Kernel Mailing List , Linux Next Mailing List Date: Wed, 06 Jan 2021 23:46:45 +0100 In-Reply-To: <20210107094414.607e884e@canb.auug.org.au> References: <20210107090550.725f9dc9@canb.auug.org.au> <220ccdfe5f7fad6483816cf470a506d250277a1a.camel@sipsolutions.net> <20210107094414.607e884e@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, > > Right, thanks. I believe I also fixed it in the patch I sent a few days > > ago that fixed the other documentation warning related to SAR that you > > reported. > > I don't think so :-( I did a htmldocs build with your patch ([PATCH > v2] cfg80211/mac80211: fix kernel-doc for SAR APIs) on top of Linus' > tree and still got this warning. That patch did not touch > include/net/mac80211.h ... Umm, I don't know what to say. I even added "cfg80211/mac80211" to the subject, but somehow lost the change to mac80211.h. Sorry about that :( I'll get a v3 out. johannes