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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 8EB5CC432BE for ; Fri, 6 Aug 2021 11:45:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69D4260560 for ; Fri, 6 Aug 2021 11:45:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245690AbhHFLqA (ORCPT ); Fri, 6 Aug 2021 07:46:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:52006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245671AbhHFLp6 (ORCPT ); Fri, 6 Aug 2021 07:45:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2054A60EBC; Fri, 6 Aug 2021 11:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628250343; bh=JYR7VyAfNwcUevOW25ql6QD/2c2IPR/gbIQt+dsn6q8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FhtbX2EWY9JgdFX+LYXf1cGhNbIVnqQsZDlivFT1wl/nltSdgvcAk5jAwohsTcKw+ CZL2gFZCN+xpJu61FnOMAM2qrVO2ZIbfcKrI/sKv8y539WArsWJhUcqiOptGnc21ws 3sbe+UFFVxr4F1Ues+MStCdPD9WivBqiQqjZtRB5yvAQYsPU/inXrSB1qNWNAdU+Ft leFzd1qjTbVpPwdvhAnpw5Z2GzWtuHqP5k8wtPIbPN4u5kkA+B00JqZglUsb5dqVKk ptuTV1OkcGHSdGUIUxadSbBWmA/Bcxg0NBFNic8YJKyXTXUu88nHG6TZmiYeBJuDdG mXmzwX+L9di3Q== Date: Fri, 6 Aug 2021 17:15:38 +0530 From: Vinod Koul To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, kernel test robot , Andy Gross , Bjorn Andersson , linux-arm-msm@vger.kernel.org, Kishon Vijay Abraham I , linux-phy@lists.infradead.org Subject: Re: [PATCH] phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment Message-ID: References: <20210723022548.25695-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210723022548.25695-1-rdunlap@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22-07-21, 19:25, Randy Dunlap wrote: > Fix errant use of "/**" to begin a comment although the comment > is not kernel-doc notation. Just use "/*" instead. > > Fixes this kernel-doc warning: > > drivers/phy/qualcomm/phy-qcom-usb-hs.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > * Copyright (C) 2016 Linaro Ltd Applied, thanks -- ~Vinod