From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DE0803921EF for ; Fri, 6 Mar 2026 12:59:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772801941; cv=none; b=VGA1ce4D1JAVMjPqtXjyaNLICasU5TtTg6Bu4ZcJLdXr2k0kayzgSTTc/l/ZvxJXu1VY4fOeMAYqhhxFBqgxE8MnBS+boiqlmtzD/88nDauSUkc6uCCuW+cuQ70oL/IwF4NI/hypgTmcuviPsJO3WY4aEniYtlOiY0Rf5S+1Kg8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772801941; c=relaxed/simple; bh=y+8g8+9sPyqlKdBTSMVo+bPvgjsfXenQ38fBqkOsft0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mZZgm7wdd3S+QvbYDMaDWhMNt4jZr4hheuLSodqFSn3ROLgUVAO4UHBkCI/CYi46LzWI96bsHRX23jP/nRcEdZrk+kkyixAjhgufPQBk3gWCXJaGBt+44ZXgpsS5k2nNFQNUQ84uAv1RJiMDXr0SBvkrzbiXrxUHOUytJMsQfUY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O+r6+UWG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O+r6+UWG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7EBCC4CEF7; Fri, 6 Mar 2026 12:59:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772801941; bh=y+8g8+9sPyqlKdBTSMVo+bPvgjsfXenQ38fBqkOsft0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O+r6+UWGkg2CibTqmr8qXGL6i8vf7hpytG1iyJWjwpRXRP9NpuT1VKv9Te7dQtGgY QELk5O7IpXINCzjuIwXZtRpd+e4ER2BHM1s83fboaadeuPBfkNPGZ+WtjRKTuX9Gnu MqTazkNm8yc8bztM3STdYOyZkNJe9Dxm9peWa51f+/2w/Cude58vaR9kDMzSs8CvZC /IrBjKMYCkHzGpr+yQ5nEiU0Ri8KPwm8aoEMWoES2jfLpwY3RG4wvg8+DbagFQ7/up jcT/2LGgG6uUAzpIK5zxiQOmhO/SIXVeybbMZRTpm8rrJGaDy4mI2kupYspde8/Q1O URvo2y7HlpnWQ== Date: Fri, 6 Mar 2026 12:58:57 +0000 From: Lee Jones To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Thomas Richard Subject: Re: [PATCH] mfd: Congatec: fix kernel-doc struct member names Message-ID: <20260306125857.GJ183676@google.com> References: <20260223201213.3092399-1-rdunlap@infradead.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260223201213.3092399-1-rdunlap@infradead.org> On Mon, 23 Feb 2026, Randy Dunlap wrote: > Correct the struct member names to avoid kernel-doc warnings: > > Warning: include/linux/mfd/cgbc.h:38 struct member 'version' not > described in 'cgbc_device_data' > Warning: ../include/linux/mfd/cgbc.h:38 struct member 'lock' not > described in 'cgbc_device_data' > > Signed-off-by: Randy Dunlap > --- > Cc: Thomas Richard > Cc: Lee Jones > > include/linux/mfd/cgbc.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) b4 is having a hard time with this set: Analyzing 4 messages in the thread Assuming new revision: v2 ([PATCH] mfd: rsmu: remove a empty kernel-doc line) Assuming new revision: v3 ([PATCH] mfd: Kontron PLD: fix kernel-doc struct member names) Assuming new revision: v4 ([PATCH] mfd: si476x: fix kernel-doc warnings) Will use the latest revision: v4 You can pick other revisions using the -vN flag Specified msgid is not present in the series, cannot cherrypick Can you please resubmit as a proper set (1/4 -> 4/4)? -- Lee Jones [李琼斯]