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 4751EC636CC for ; Tue, 31 Jan 2023 11:51:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229946AbjAaLvT (ORCPT ); Tue, 31 Jan 2023 06:51:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231687AbjAaLvR (ORCPT ); Tue, 31 Jan 2023 06:51:17 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0619D5FE6; Tue, 31 Jan 2023 03:51:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 95374614BB; Tue, 31 Jan 2023 11:51:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE9E9C433AF; Tue, 31 Jan 2023 11:51:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675165875; bh=wOrERF5X5WEzWRIC0mThKgFJ6snvf78JNjJijHRaCCM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZE9U5TsAQP9zhwXWCH0H3VP7fhzly0OK10EmV8z40Wauno6uy7y0WRB+N2Nw91no4 OWQFMEnkZb9j4gLMrw8mmmWp7N86PmanrpDUFgu4+C48owW6+ZIygs/sVuWEIFaQr/ 4iqMbuzvzpxJcIUGVPJLy9fp5+K2ydaTM5jo6da8= Date: Tue, 31 Jan 2023 12:51:11 +0100 From: Greg KH To: =?iso-8859-1?Q?J=F3_=C1gila?= Bitsch Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: [PATCH] usb: gadget: add doc to struct usb_composite_dev Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 06:26:49PM +0100, J? ?gila Bitsch wrote: > Added documentation to the new struct members: > * bcd_webusb_version > * b_webusb_vendor_code > * landing_page > * use_webusb > to avoid warnings in the build of htmldocs > > Signed-off-by: J? ?gila Bitsch You forgot a Reported-by: tag? Also didn't cc: the linux-usb mailing list? please fix up and send v2. thanks, greg k-h