Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2522989pxj; Sat, 19 Jun 2021 15:09:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyfviHMef7RU/tj7w7raQC9h/aQt05eqCQU6QxCJrWmzkZcYETIAPGzyQnSceYixZz/DIcx X-Received: by 2002:a05:6402:cb0:: with SMTP id cn16mr12546184edb.165.1624140567731; Sat, 19 Jun 2021 15:09:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624140567; cv=none; d=google.com; s=arc-20160816; b=Mrk9VNiRg30w3qNYwbnl1IOkYHGxrIjtqj/wFJuS6w5YLWq9EFBii8WE87Np8e6xCU SJr/kfhkZLhseGeyKuPslTMbykRevA4vpnydlOPvKZKdtFBdnrTl6lfepQ4kwiWuBwbg Zrv3KWK5GibMSK6jhDHphZx3mHxIbfeFpNiawhDgyDLWqRoNNMdW0J0ZfTp2A+9CuF1w Ye73obngK+DL3J/XPYJpFt/YvbD0yBJ5DquKYKMJRZsPfLZNXVTbywx5HRyZ/TXo7tRF W1b58GAqgTUdw62qEDSzw8JPZlozFVSb//tdq4FQPBvz0m98rJeUjOEMHUKlLDywFwFH JWyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=rLM0oei5/h1+4zB04ueTzoPOmylZfudd6/r8VEjtAAo=; b=fwwUG7XnrTBSZYsSPGcweZ3wBhaH57CFbLXd5O0DGARuEXSv0JgWWLprJz6UgiQt/j nP+V0glSQg4Qw7aSHlS6J43wSlgwbxvgVjXwj60jLt0fOcSNoznvVOW2Hl04sbTWc5Z9 v6XjnK0Avsifb6eYBI9by17fGEbB87TVjgRgH9mp6BWja0eFHRSuUZHGofw8KlFC2Z4C uMxmEZrQ+GAK+H3QOe/TyNFcCt9l1nu7w76zzaAgnfpQYcTRed2o0levkRJUAnVAhuk+ J4beGOTbPemA3k7lgoaKg68SQAuPJ90+zBYn74oPtFGj8dQUnq38u5JENSKpb7ZTqNQU akpw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b13si12484675edy.312.2021.06.19.15.09.05; Sat, 19 Jun 2021 15:09:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229585AbhFSWJX (ORCPT + 99 others); Sat, 19 Jun 2021 18:09:23 -0400 Received: from gloria.sntech.de ([185.11.138.130]:51528 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbhFSWJX (ORCPT ); Sat, 19 Jun 2021 18:09:23 -0400 Received: from p508fcd5b.dip0.t-ipconnect.de ([80.143.205.91] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luj7N-0000Yc-VZ; Sun, 20 Jun 2021 00:07:10 +0200 From: Heiko Stuebner To: lee.jones@linaro.org, Lee Jones Cc: linux-kernel@vger.kernel.org, Max Schwarz , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-i2c@vger.kernel.org Subject: Re: [PATCH 12/16] i2c: busses: i2c-rk3x: Demote unworthy headers and help more complete ones Date: Sun, 20 Jun 2021 00:07:09 +0200 Message-ID: <16288149.tv2OnDr8pf@phil> In-Reply-To: <20210520190105.3772683-13-lee.jones@linaro.org> References: <20210520190105.3772683-1-lee.jones@linaro.org> <20210520190105.3772683-13-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 20. Mai 2021, 21:01:01 CEST schrieb Lee Jones: > Fixes the following W=1 kernel build warning(s): > > drivers/i2c/busses/i2c-rk3x.c:242: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:261: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:304: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_prepare_read' > drivers/i2c/busses/i2c-rk3x.c:304: warning: expecting prototype for Setup a read according to i2c(). Prototype was for rk3x_i2c_prepare_read() instead > drivers/i2c/busses/i2c-rk3x.c:335: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_fill_transmit_buf' > drivers/i2c/busses/i2c-rk3x.c:335: warning: expecting prototype for Fill the transmit buffer with data from i2c(). Prototype was for rk3x_i2c_fill_transmit_buf() instead > drivers/i2c/busses/i2c-rk3x.c:535: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:552: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:713: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:963: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > drivers/i2c/busses/i2c-rk3x.c:973: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_setup' > > Cc: Heiko Stuebner > Cc: Max Schwarz > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-rockchip@lists.infradead.org > Cc: linux-i2c@vger.kernel.org > Signed-off-by: Lee Jones not sure if this series got already applied, but for this one Acked-by: Heiko Stuebner