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 4C8EA19644B for ; Mon, 24 Nov 2025 16:49:06 +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=1764002947; cv=none; b=dh1/BSVeW5NLx8nm9t0zZWAMPteCnKqHoRxXBNGLiOLlzc6jtHX53KWPHqAfYhC9EQb4AYS/Zn9e/dSC8rcO7dcJTKuoO0K4oij3OSKbi5pMFOhHgnydavG4uNUUdoziKxi060NKhxjJyQK9Tei/aBRLqVRAlgkHucXihKbwsSI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764002947; c=relaxed/simple; bh=Z2burqJtAN44BxRdke/P5AYHF7F1iF2lRYEpuXL5sBU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LwGOhsKzgoOYjnTLMUAN/n58Ni4lPXvNbhKg32vZ6Bkq+7lCvP3Ba0FTjL8w/vXPnkUko1idjqsxaxXLk7qDADRW2hh9g6prWpYZF+J9UD2UjexLamZ+vn2CoEiFphYu9nItU9l2nLeiG5mnANWAZXFstrQqoP5zCHPBZyL5m8c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=0/0B0pty; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0/0B0pty" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 695FFC116C6; Mon, 24 Nov 2025 16:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1764002946; bh=Z2burqJtAN44BxRdke/P5AYHF7F1iF2lRYEpuXL5sBU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0/0B0ptyPHzo6gvZxKeG7HT7cajFS4D60CdVulS/kLVXlLi+WJ+GjozmIZnyV2m9f sa5dsfAqfX/+YE6yjk9AQz146qg0n01JwEnj6te46qZgPNS+KzsV2x15D12Z4sjFSD jtVCXyrTPTNxX0BPRSJnH8ReeM5ymrvpO1oCJ510= Date: Mon, 24 Nov 2025 17:49:04 +0100 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, Stephen Rothwell Subject: Re: [PATCH 3/3] firmware: stratix10-svc: fix make htmldocs warning Message-ID: <2025112446-map-winter-7818@gregkh> References: <20251114185815.358423-1-dinguyen@kernel.org> <20251114185815.358423-3-dinguyen@kernel.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=us-ascii Content-Disposition: inline In-Reply-To: <20251114185815.358423-3-dinguyen@kernel.org> On Fri, Nov 14, 2025 at 12:58:15PM -0600, Dinh Nguyen wrote: > Stephen Rothwell reports htmldocs warnings when merging char-misc tree: > > WARNING: include/linux/firmware/intel/stratix10-svc-client.h:22 This comment > starts with '/**', but isn't a kernel-doc comment. > > WARNING: include/linux/firmware/intel/stratix10-svc-client.h:184 Enum value > 'COMMAND_HWMON_READTEMP' not described in enum 'stratix10_svc_command_code' > > WARNING: include/linux/firmware/intel/stratix10-svc-client.h:184 Enum value > 'COMMAND_HWMON_READVOLT' not described in enum 'stratix10_svc_command_code' > > WARNING: include/linux/firmware/intel/stratix10-svc-client.h:307 function > parameter 'cb_arg' not described in 'async_callback_t' > > Fixes: 4f49088c1625 ("firmware: stratix10-svc: Add definition for voltage and temperature sensor") > Reported-by: Stephen Rothwell > Closes: https://lore.kernel.org/linux-next/20251114153920.1c5df700@canb.auug.org.au/ > Signed-off-by: Dinh Nguyen > --- > include/linux/firmware/intel/stratix10-svc-client.h | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) This is the same subject line as patch 1/3. Please don't do that. I'll try to fix this up... thanks, greg k-h