Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp343278pxb; Thu, 12 Nov 2020 05:26:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJyTic+wDwAit0wWvP5YmNSPnnWAGgmMOdMYT0SKj7rZdA7Wrp+CK4Zfn6HEPn685XsfEKsY X-Received: by 2002:a17:906:40cb:: with SMTP id a11mr31924493ejk.217.1605187579747; Thu, 12 Nov 2020 05:26:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605187579; cv=none; d=google.com; s=arc-20160816; b=WdlekMWZKPqOoijiEbI/tD2jnMwKiQ2HzUFF2pvE5O+QonPmmR6pmFkbwPdBZ24H2V MCJIAPA7B3UkQn4oIBmk2EjhoXZ7ChLmsvLfwEK9GNVjKF2zIcatspbZsXgvec/JNyGC BYEgXbVlRvO6V6okuFPUSDu24Wo84y1tQ9rbceNyL58GWLPntzRj3awGiZ6xtC42tI9p gqIqi8M+2IohtbwPE8fPkmuDAIitRc4BTRTxjLAa1Wz5kKEYRslv3QQc5tnUefouT5Kb 0AW+lruRTzSf3d4q9v69nDNkqCgUqHhByOdveaC/IqnESUMD7ZB9QCEOszDX3LSoRJeh DoLg== 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=eM0cclBnTNhFeJ1+0A9o18omcFMeTGjI0XoOZoxlkmM=; b=0kJxCv1Tur/y396E92s1iKsPFQINoAzicCU3loMU2m0Gki264yodAYDLubiBtg1k/8 2AzQwt+zsyKYmh3JqKq92ZOi96W/y835M8pz92cGulUC4TstR/wAgT/6jgvCKaocbqDN //k9CmWp16MAXlh3qPAvog+ZkmuwxqfQH3zy4evqcYr5hSIfuA66AUBXAQUbgtLBNGaR G5mJCEzmujDUQLaNxswdApfmvbuHfjlbJBKiLWifTU/sSk+WvmLWSETjFfRvKy2qpX91 LOC2koVGFrgc5O271NEN3uN7fdW6ro1xXx6nLotZlyqfqZfsl3r4HsG3US+4F4v500xt gKsw== 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 d22si3388846ejy.208.2020.11.12.05.25.53; Thu, 12 Nov 2020 05:26:19 -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 S1728249AbgKLNXy convert rfc822-to-8bit (ORCPT + 99 others); Thu, 12 Nov 2020 08:23:54 -0500 Received: from gloria.sntech.de ([185.11.138.130]:49792 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727789AbgKLNXx (ORCPT ); Thu, 12 Nov 2020 08:23:53 -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 1kdCZp-0002Aj-4Z; Thu, 12 Nov 2020 14:23:49 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Lee Jones Cc: 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 Subject: Re: [PATCH 05/25] soc: rockchip: io-domain: Remove incorrect and incomplete comment header Date: Thu, 12 Nov 2020 14:23:48 +0100 Message-ID: <2215873.HjEmSL4Tfo@diego> In-Reply-To: <20201112132224.GJ1997862@dell> References: <20201103152838.1290217-1-lee.jones@linaro.org> <40131312.rmDrfLbc3i@diego> <20201112132224.GJ1997862@dell> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 12. November 2020, 14:22:24 CET schrieb Lee Jones: > On Thu, 12 Nov 2020, Heiko St?bner wrote: > > > 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 :-) > > Well, that's certainly a start. :) > > What are your plans? the usual, my rockchip-tree -> armsoc driver branch -> torvalds -> 5.11 ;-)