Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp262449pxb; Thu, 12 Nov 2020 03:15:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQY6s+dkptdreGQkyiLnixFVGCLeplSMVsSPBziwGWsmUmmAGJtqTmogU9FuaBwX1mSEhK X-Received: by 2002:a17:906:51dd:: with SMTP id v29mr30107957ejk.69.1605179728165; Thu, 12 Nov 2020 03:15:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605179728; cv=none; d=google.com; s=arc-20160816; b=LpBnNP0HqdPDhT6gFD65MPbwryn/7hQxFUyhf3Bj6j+SxVOpAx6ZossXe6Cj3wLP5r X/urhOHOs25f8ChdTZQu5a06RosQKHMX/pg6Qa9Eai/NGRZfwvEUbi9DnwISSys4EXD1 muvXzJga0SDVah4USuPEDF9/O7yKcF8oG+wUjqggqGNTEcUqNyte11JdgxIEocyr8FML R6bXlKEyiCjRvHFZvRXLG30/sOZg22gNGCPsX168JQJxOmDiPRxX8iLMiCewEYfOCJ4o T8sjTr397znIC9FCe3PNBwQZ8sC0MM7C3+P/AsLs6j0RqpfKxfSq5FzKs/yKgwjE+xh+ yNCw== 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:to:from; bh=BQ4n5Q0ztAwaZUNz9fnmfJ/zbIv+U7R73jLTx83/Y8E=; b=URlY1ri+Pf0TMTG5SJyDIfrMuj9cPbrylz+jnJgTaUeA5vjvlHGOQN5kOJQ0h12uRt uRBX8FVZnKrAMm+3p5/WdCv0Pg4M4a/Iv8d0RkD6BFmdDmH2G7Mpa78md6dZV0MxOV+e Ew9y9UDfbmzxkx7FagRjbl7MzzRpKqf+SElTij9YgKO4oxMdWg8qbRC3yV1BYQgUrJyZ GZ8OUk8B44kY2DQOf2IZr6+fUP5luebWi2tI2eZS3M6TPRBmVlblhQRBpS7ctSLUbKPs WKmIJD9D7KC+AHr4TosHHuBS5RUl4bgiGsOnE8FXvSPG5/0RwW/vvz9B3y57USfGD9EG 8fcQ== 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 a24si3593123ejr.522.2020.11.12.03.15.04; Thu, 12 Nov 2020 03:15:28 -0800 (PST) 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 S1727974AbgKLLNh (ORCPT + 99 others); Thu, 12 Nov 2020 06:13:37 -0500 Received: from gloria.sntech.de ([185.11.138.130]:48994 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgKLLNf (ORCPT ); Thu, 12 Nov 2020 06:13:35 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdAXi-0000Ny-2a; Thu, 12 Nov 2020 12:13:30 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Liam Girdwood , Mark Brown , "Rafael J. Wysocki" , Doug Anderson , linux-rockchip@lists.infradead.org, Lee Jones Subject: Re: [PATCH 05/25] soc: rockchip: io-domain: Remove incorrect and incomplete comment header Date: Thu, 12 Nov 2020 12:13:29 +0100 Message-ID: <40131312.rmDrfLbc3i@diego> In-Reply-To: <20201112103344.GF1997862@dell> References: <20201103152838.1290217-1-lee.jones@linaro.org> <20201103152838.1290217-6-lee.jones@linaro.org> <20201112103344.GF1997862@dell> 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, 12. November 2020, 11:33:44 CET schrieb Lee Jones: > On Tue, 03 Nov 2020, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/soc/rockchip/io-domain.c:57: warning: Cannot understand * @supplies: voltage settings matching the register bits. > > > > Cc: Heiko Stuebner > > Cc: Liam Girdwood > > Cc: Mark Brown > > Cc: "Rafael J. Wysocki" > > Cc: Doug Anderson > > Cc: linux-rockchip@lists.infradead.org > > Signed-off-by: Lee Jones > > --- > > drivers/soc/rockchip/io-domain.c | 3 --- > > 1 file changed, 3 deletions(-) > > > > diff --git a/drivers/soc/rockchip/io-domain.c b/drivers/soc/rockchip/io-domain.c > > index eece97f97ef8f..d13d2d497720b 100644 > > --- a/drivers/soc/rockchip/io-domain.c > > +++ b/drivers/soc/rockchip/io-domain.c > > @@ -53,9 +53,6 @@ > > > > struct rockchip_iodomain; > > > > -/** > > - * @supplies: voltage settings matching the register bits. > > - */ > > struct rockchip_iodomain_soc_data { > > int grf_offset; > > const char *supply_names[MAX_SUPPLIES]; > > Any idea who will pick this up? me :-)