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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 141F8C4707F for ; Thu, 27 May 2021 07:29:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E574B61059 for ; Thu, 27 May 2021 07:29:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234920AbhE0Hau (ORCPT ); Thu, 27 May 2021 03:30:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:38428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229753AbhE0Haj (ORCPT ); Thu, 27 May 2021 03:30:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD59561028; Thu, 27 May 2021 07:29:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622100547; bh=EtJ2JUcfUOkFr5UadD1b4YEvQnUE0JPMElirSd0F8Ww=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KQTgmshGXUdT3I5R7qgkBf69No4YVt46S5yk/6UG5HRI+erSHYl8uq8gwvjG7foOK vOd7DuXvdcd7NmTFD+Tsgov87AE+xJhnrQVgT+HulWJV/YH27HQX6G/DbHamD3fgB8 Hz0YSRBxc8GohxvSgi6Lo+azuYvCl/5Mktjq8QZw= Date: Thu, 27 May 2021 09:29:04 +0200 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Felipe Balbi , Matthias Brugger , Thinh Nguyen , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/3] usb: common: move usb_get_dr_mode() kerneldoc next to its definition Message-ID: References: <1621933165-9661-1-git-send-email-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1621933165-9661-1-git-send-email-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 25, 2021 at 04:59:23PM +0800, Chunfeng Yun wrote: > Following a general rule, add the kerneldoc for a function next > to it's definition, but not next to its declaration in a header > file, meanwhile fix typo 'correspondig' > > Signed-off-by: Chunfeng Yun > --- > drivers/usb/common/common.c | 7 +++++++ > include/linux/usb/otg.h | 7 ------- > 2 files changed, 7 insertions(+), 7 deletions(-) Does not apply to my usb-next branch :( thanks, greg k-h