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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EEC8ECAAD1 for ; Wed, 31 Aug 2022 14:26:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232225AbiHaO0c (ORCPT ); Wed, 31 Aug 2022 10:26:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232294AbiHaO0L (ORCPT ); Wed, 31 Aug 2022 10:26:11 -0400 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id 27C88C2FA8 for ; Wed, 31 Aug 2022 07:25:38 -0700 (PDT) Received: (qmail 191585 invoked by uid 1000); 31 Aug 2022 10:25:37 -0400 Date: Wed, 31 Aug 2022 10:25:37 -0400 From: Alan Stern To: Stephen Rothwell Cc: Greg KH , Greg Kroah-Hartman , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the usb.current tree Message-ID: References: <20220831152458.56059e42@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220831152458.56059e42@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Aug 31, 2022 at 03:24:58PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the usb.current tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/driver-api/usb/usb:176: /home/sfr/next/next/drivers/usb/core/hub.c:6040: WARNING: Unknown target name: "pre". > > Introduced by commit > > 9c6d778800b9 ("USB: core: Prevent nested device-reset calls") I don't fully understand this bug report. Would it be fixed by changing "pre_" to "pre_reset()" in the kerneldoc? Alan Stern