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 26664C433EF for ; Sat, 2 Oct 2021 16:06:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01D0A610A3 for ; Sat, 2 Oct 2021 16:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233529AbhJBQIg (ORCPT ); Sat, 2 Oct 2021 12:08:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:41558 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232575AbhJBQIc (ORCPT ); Sat, 2 Oct 2021 12:08:32 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 BFCDB60FA0; Sat, 2 Oct 2021 16:06:45 +0000 (UTC) Date: Sat, 2 Oct 2021 17:10:43 +0100 From: Jonathan Cameron To: William Breathitt Gray Cc: linux-iio@vger.kernel.org, Jonathan Cameron , Kamel Bouhara Subject: Re: [PATCH] counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking. Message-ID: <20211002171043.427a2b09@jic23-huawei> In-Reply-To: References: <20210930170347.101153-1-jic23@kernel.org> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 1 Oct 2021 11:08:02 +0900 William Breathitt Gray wrote: > On Thu, Sep 30, 2021 at 06:03:47PM +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron > > > > Deals with > > W=1 warning This comment starts with '/**', but isn't a kernel-doc comment. > > > > Signed-off-by: Jonathan Cameron > > Cc: Kamel Bouhara > > Cc: William Breathitt Gray > > Acked-by: William Breathitt Gray Applied. Thanks, Jonathan > > > --- > > drivers/counter/microchip-tcb-capture.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/counter/microchip-tcb-capture.c b/drivers/counter/microchip-tcb-capture.c > > index 79e0c84a3b81..0ab1b2716784 100644 > > --- a/drivers/counter/microchip-tcb-capture.c > > +++ b/drivers/counter/microchip-tcb-capture.c > > @@ -1,5 +1,5 @@ > > // SPDX-License-Identifier: GPL-2.0-only > > -/** > > +/* > > * Copyright (C) 2020 Microchip > > * > > * Author: Kamel Bouhara > > -- > > 2.33.0 > >