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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9B08C433F5 for ; Thu, 18 Nov 2021 00:20:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9911E61B98 for ; Thu, 18 Nov 2021 00:20:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241882AbhKRAXT (ORCPT ); Wed, 17 Nov 2021 19:23:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241907AbhKRAXP (ORCPT ); Wed, 17 Nov 2021 19:23:15 -0500 Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB481C061570 for ; Wed, 17 Nov 2021 16:20:15 -0800 (PST) Received: by mail-ot1-x32a.google.com with SMTP id h16-20020a9d7990000000b0055c7ae44dd2so7782736otm.10 for ; Wed, 17 Nov 2021 16:20:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=M0lPrjkFAQi9yAuD247gmWMnlc9AcuTM1Wt78OCqYfw=; b=j6BniyX3Oo96+gCG1T8XVO4vb+cRG3AV8WsZJxqRe5W8tos8y9Qa9koyvk8afWuCXP SmRa9h+yfg4wfHsq+EU8FijPpu10hNC9Mm+kAFbvVp3LQomouvlcZgQDGoshipzGjTrs Kf3WI0HnIBZ+3ElMUv5bL+E9oPt2rE177ZBIEcygqtwGOXIyP77geu+qLDLQtA59XrPo aMFK5nZn2SxxoHMzGVgsltFu61e1yleM00haBBCt9H50zc7fENt4TvyNvXFXX8/ggLgI XnIZ8KXi8wwa9P9Dts0xaymsM1McJJ3lJUfEMT7fU3HdKrQnt6nl3vlbSscMh+pIy0Il iTwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=M0lPrjkFAQi9yAuD247gmWMnlc9AcuTM1Wt78OCqYfw=; b=v3222apkp8O54oNuhL+NMux7sG7fQLMr5NB33xFzpula8EsabuFsaSywbHaGlSd/pW Zua3nhV3AJd421+FRtG2yrVPXQOn9UIFxYYcmUkO9xqd8pgi2+Dlz8oFYAWBSdi+nsgk s4xVRrWoGNFNrgJM9Z6lW92aBf32Zuai32JRlgMjle0Py+/vSZQOwpDq0HWy/2Uk/kfm 8BGee+CtK0IT7+CaFxf4nKZvqhvhiMvCOtT/9dmP0bRU2JJfbh6KwZXjArfAejazqsDz TSxTNJ85u1TtOvEf7itX62pXvfFuH3knv5guwOxmDgoWETttXYFVnPekSVAUxk/zNOp2 xNUg== X-Gm-Message-State: AOAM533kfOP431UHlPQYvLtswpnmPn1If7EuhSf+RjGVxfu9j6AnZUQH 6FLY0/q/+lYJdpMN2M7gdwMhuEj72wGSuw== X-Google-Smtp-Source: ABdhPJyGtuksU3qgXfZsVyj0QLwFX93L8GsiWUJDqLqj216Zn6Mt6Ymn+5ao5OPpfnt/2+JrpQNzpA== X-Received: by 2002:a9d:60c:: with SMTP id 12mr16905133otn.94.1637194815279; Wed, 17 Nov 2021 16:20:15 -0800 (PST) Received: from yoga (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id q10sm335476oiw.17.2021.11.17.16.20.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Nov 2021 16:20:14 -0800 (PST) Date: Wed, 17 Nov 2021 18:20:10 -0600 From: Bjorn Andersson To: Vinod Koul Cc: Kishon Vijay Abraham I , linux-phy@lists.infradead.org, Andy Gross , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] phy: qualcomm: usb-hsic: Fix the kernel-doc warn Message-ID: References: <20211116103951.34482-1-vkoul@kernel.org> <20211116103951.34482-4-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211116103951.34482-4-vkoul@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue 16 Nov 04:39 CST 2021, Vinod Koul wrote: > The comment is not kernel-doc one and starts with /**, so fix that. > > drivers/phy/qualcomm/phy-qcom-usb-hsic.c:3: warning: > This comment starts with '/**', but isn't a kernel-doc comment. > Refer Documentation/doc-guide/kernel-doc.rst Reviewed-by: Bjorn Andersson > > Signed-off-by: Vinod Koul > --- > drivers/phy/qualcomm/phy-qcom-usb-hsic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/phy/qualcomm/phy-qcom-usb-hsic.c b/drivers/phy/qualcomm/phy-qcom-usb-hsic.c > index 04d18d52f700..716a77748ed8 100644 > --- a/drivers/phy/qualcomm/phy-qcom-usb-hsic.c > +++ b/drivers/phy/qualcomm/phy-qcom-usb-hsic.c > @@ -1,5 +1,5 @@ > // SPDX-License-Identifier: GPL-2.0-only > -/** > +/* > * Copyright (C) 2016 Linaro Ltd > */ > #include > -- > 2.31.1 >