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=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 4DAB1C433E0 for ; Sat, 18 Jul 2020 16:03:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2221B2080D for ; Sat, 18 Jul 2020 16:03:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595088233; bh=UxT9RTMFLldS9pWVu6sdlbemYgzNQ1fnC3xzAqU04tE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=nLhQm/V1Db7U8WZLuH5TX+4Opi8qpwADxTG5kfDNXBcsjoz8ro9Wy07QXUbSbFcLd kEao4MO3VMQaOgQu88a6TXBgauIOgk7wcr59OUpWxsHuQ4wJCJXXRWRZjA6NnnFubg SPPdLHCuhCcRLmIqog8CB3p7kAZEncpVEu7a3PDM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728284AbgGRQDw (ORCPT ); Sat, 18 Jul 2020 12:03:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:55120 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726155AbgGRQDv (ORCPT ); Sat, 18 Jul 2020 12:03:51 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 ED6B52076A; Sat, 18 Jul 2020 16:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595088231; bh=UxT9RTMFLldS9pWVu6sdlbemYgzNQ1fnC3xzAqU04tE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZRNghIrPQPxAp/2jSfIJ48Z3xl4JVhfnqVlUr+xarellCmqPQi/Dyc6RNdhv5wDup 1L2KgDcwHaOu0/D5HoTyBPaeV4RUnxh5pN1j3ZU9DA51G1N7zkxqESODTSvlSNEX7X tfv0xLsjCEdxVOQh5zKLQEO/hJZ9ywp1X6qCl9p4= Date: Sat, 18 Jul 2020 17:03:46 +0100 From: Jonathan Cameron To: Lee Jones Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Jean-Baptiste Maneyrol Subject: Re: [PATCH 25/30] iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc header Message-ID: <20200718170346.5540100b@archlinux> In-Reply-To: <20200717165538.3275050-26-lee.jones@linaro.org> References: <20200717165538.3275050-1-lee.jones@linaro.org> <20200717165538.3275050-26-lee.jones@linaro.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Jul 2020 17:55:33 +0100 Lee Jones wrote: > This is the only use of kerneldoc in the source file and no > descriptions are provided. > > Fixes the following W=1 kernel build warning(s): > > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'irq' not described in 'inv_mpu6050_read_fifo' > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'p' not described in 'inv_mpu6050_read_fifo' > > Cc: Jean-Baptiste Maneyrol > Signed-off-by: Lee Jones Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > index 9511e4715e2c1..b533fa2dad0ab 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > @@ -111,7 +111,7 @@ static int inv_reset_fifo(struct iio_dev *indio_dev) > return result; > } > > -/** > +/* > * inv_mpu6050_read_fifo() - Transfer data from hardware FIFO to KFIFO. > */ > irqreturn_t inv_mpu6050_read_fifo(int irq, void *p) 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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 03178C433E0 for ; Sat, 18 Jul 2020 16:05:07 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BF75E2076A for ; Sat, 18 Jul 2020 16:05:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kcS8sP7J"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZRNghIrP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF75E2076A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kxbBxmhEq/YCw/0cJc63a9wCyO+8eG5+37AP+LAyZCA=; b=kcS8sP7JNZUqnNi3FiFXCIFqz l4IaqZ6LFGVk/XIlc0yqaUdJO9DJUHNu3j6nP7vjATAvDEEZ7sjb/v3XYerwOgAjOlpxZf9PFdl/n xR0CRM+Pie2mDd6/gVFk7v0BYKPU4aj1td3qgBJ95dT1acEIbnDH/hteb9vDP6vg8w7sBtLF9gl94 +nOAKafihmdEvxx1L/q5/LeVpMv2EG67W7dZhwSJh1zuOln4Y8SHygQ3/DPmvNIz+0wbsCvpraXPr SKrmk3q7qs1Kh3+Ugjg1zElRFJzbb70n/Q2zzrNuyw4Zz3+QrLntCoIKJ4+hwhobgDAZ3EvzaFk2A ZynLaR6Xw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwpJa-0002vg-KO; Sat, 18 Jul 2020 16:03:54 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwpJY-0002uQ-41 for linux-arm-kernel@lists.infradead.org; Sat, 18 Jul 2020 16:03:52 +0000 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 ED6B52076A; Sat, 18 Jul 2020 16:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595088231; bh=UxT9RTMFLldS9pWVu6sdlbemYgzNQ1fnC3xzAqU04tE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZRNghIrPQPxAp/2jSfIJ48Z3xl4JVhfnqVlUr+xarellCmqPQi/Dyc6RNdhv5wDup 1L2KgDcwHaOu0/D5HoTyBPaeV4RUnxh5pN1j3ZU9DA51G1N7zkxqESODTSvlSNEX7X tfv0xLsjCEdxVOQh5zKLQEO/hJZ9ywp1X6qCl9p4= Date: Sat, 18 Jul 2020 17:03:46 +0100 From: Jonathan Cameron To: Lee Jones Subject: Re: [PATCH 25/30] iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc header Message-ID: <20200718170346.5540100b@archlinux> In-Reply-To: <20200717165538.3275050-26-lee.jones@linaro.org> References: <20200717165538.3275050-1-lee.jones@linaro.org> <20200717165538.3275050-26-lee.jones@linaro.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200718_120352_274891_E8244136 X-CRM114-Status: GOOD ( 17.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lars@metafoo.de, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Jean-Baptiste Maneyrol , pmeerw@pmeerw.net, knaack.h@gmx.de, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 17 Jul 2020 17:55:33 +0100 Lee Jones wrote: > This is the only use of kerneldoc in the source file and no > descriptions are provided. > > Fixes the following W=1 kernel build warning(s): > > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'irq' not described in 'inv_mpu6050_read_fifo' > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:118: warning: Function parameter or member 'p' not described in 'inv_mpu6050_read_fifo' > > Cc: Jean-Baptiste Maneyrol > Signed-off-by: Lee Jones Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > index 9511e4715e2c1..b533fa2dad0ab 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c > @@ -111,7 +111,7 @@ static int inv_reset_fifo(struct iio_dev *indio_dev) > return result; > } > > -/** > +/* > * inv_mpu6050_read_fifo() - Transfer data from hardware FIFO to KFIFO. > */ > irqreturn_t inv_mpu6050_read_fifo(int irq, void *p) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel