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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 08B3FC4363A for ; Thu, 29 Oct 2020 00:58:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AACCD20791 for ; Thu, 29 Oct 2020 00:58:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603933107; bh=kieIkoX3/mUlRkKVpmRvqv/D5gjE+vzEP0MP4l0YFWU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pcZRh6Lmeolyce0zvW0lE6YbyBjtWIdA53QkgtR7hgqKD4dQX0v1xcNwfpc3YfQCc eBwGxpGJD7OaZcxhh758RisEhDlKrnCYhO2ZhHRbsFUUtH+UO4TtqyuNzgk3pSiRCv v/aDQ9APeHQ+Z3zdIlEaOAIUSevRluZjCanMevCU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728058AbgJ2A60 (ORCPT ); Wed, 28 Oct 2020 20:58:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:60528 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731575AbgJ1WRc (ORCPT ); Wed, 28 Oct 2020 18:17:32 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 659D22468D; Wed, 28 Oct 2020 09:07:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603876040; bh=kieIkoX3/mUlRkKVpmRvqv/D5gjE+vzEP0MP4l0YFWU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KBcSruPj8y0wcCeNx8d/CP5d4+ly42T3Ed8nHMPzn7ofyHiwd11xdMlMjHS6MSRCL xXPyn7l/fCRm3PUXhRRGSvYWgvksBSB90eYTpgGxM9AIXyI8YPD6hMVXKjaxeDkC7K 46uMY8tGLdH84GxEJiYMQJ5RMoA9qwjAnImo8Q4c= Date: Wed, 28 Oct 2020 10:08:13 +0100 From: Greg Kroah-Hartman To: Felipe Balbi Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , Heikki Krogerus , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v3 31/56] usb: dwc3: fix kernel-doc markups Message-ID: <20201028090813.GB1947336@kroah.com> References: <0b964be3884def04fcd20ea5c12cb90d0014871c.1603469755.git.mchehab+huawei@kernel.org> <87ft60dujc.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ft60dujc.fsf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Oct 27, 2020 at 08:58:47AM +0200, Felipe Balbi wrote: > > Hi Mauro, > > Mauro Carvalho Chehab writes: > > There is a common comment marked, instead, with kernel-doc > > notation. > > > > Also, some identifiers have different names between their > > prototypes and the kernel-doc markup. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > drivers/usb/dwc3/core.c | 2 +- > > drivers/usb/dwc3/core.h | 2 +- > > drivers/usb/gadget/composite.c | 2 +- > > drivers/usb/typec/mux.c | 2 +- > > include/linux/usb/composite.h | 2 +- > > mind breaking this into 4 commits? One for dwc3, one for > gadget/composite, one for type/mux, and a final for composite.h. I'll just take these all at once, it's easy enough :) thanks, greg k-h