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 6B84738553F for ; Mon, 9 Mar 2026 09:52:33 +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=1773049953; cv=none; b=JtU6eUw9tntbbcFAIaxi4TeQY6Sp+N17ZhNcJQ/fCYqxmU4lsZJT9ps3CrkePc28Nnyuq+Ura64PenAcfr4t195rPbndlOv8oogL/VYfy9HDOXW3tE5qQL9U/hEdhlKUYLu6rnh3kIRUAPHpTZGThT5rsDDJseCrzDwf0QyOCus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773049953; c=relaxed/simple; bh=fG2XWStTTiJLNsjs3VVucyUkrmxeCajmduDnfoLyQ7g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nAEYR//l8nmRCKB/fx3gB02cV8GZCclOfrRBzTnJPHYfsfgUr6GGkhLfQOuCvvBFJLozJ64b313lHziKsYaPQIXwV5pPXHH5u0Lm19mUJkT/Ul46y0t3Ro2TYN+CK/CJOVGq1ZQ7S05gLbWupmkKnm6XQXw0WSZiXJkuBDRVVvc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DAX1lEex; 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="DAX1lEex" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02E4EC4CEF7; Mon, 9 Mar 2026 09:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773049952; bh=fG2XWStTTiJLNsjs3VVucyUkrmxeCajmduDnfoLyQ7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DAX1lEexWqL7EQ8Kd6o8cQljOTj4SCKWug+hfjY5vj9HQPWcKXEEs7XABxhDBUfFq uMIflZN3aBPlRzrF3+G31SKnO2UEE+YY6Pv90zDK4Dloqxv+4/YaHwNIPiUxHphyI8 ntmr8qSSwqoD8+dSQjRCKeaqg4ucRWdS2RYh2o9aI2gb7/i83YnWFdXdFP0zI6pLH8 qGY5uStWhymCPeqClTFZMydZt7cUngxYb35hGcuA4qoHGvKjixByXDpqVVGhD5MeT8 rWrVnBZeMN/qmqBri5FVoy8qHSnlz53kJmbYsYDKoOaw/5wivi7m7y7rM0TWVm8hQM mBpZkjZphTRqg== Date: Mon, 9 Mar 2026 09:52:29 +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: <20260309095229.GS183676@google.com> References: <20260223201213.3092399-1-rdunlap@infradead.org> <20260306125857.GJ183676@google.com> <0d5180aa-2b4f-47c8-9e97-68aba8ac63d4@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: <0d5180aa-2b4f-47c8-9e97-68aba8ac63d4@infradead.org> On Fri, 06 Mar 2026, Randy Dunlap wrote: > > > On 3/6/26 4:58 AM, Lee Jones wrote: > > 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)? > > You also replied that you had applied the "rsmu" patch. > Should I just resend the other 3 patches? Thanks for spotting that, I assumed all had failed. Please resend all of 4 of them. -- Lee Jones [李琼斯]