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 EABCA10F1; Mon, 3 Jun 2024 04:20:12 +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=1717388413; cv=none; b=bC/9BCHYmnvPq0qbVBxddH/sN5deLuQzhtnBYP0jgis6KgmKM0s5FWnQfjCf8YMPuUK+sCMM/4bB0ak7KZTdadql1HdSNxx/EAgESx2pDUwowEKErPSqfgt7zr1GNJRURtRy+jUlYOkQNs8mwU8rpWmTsz1n2rU7PzZeDhNWnNg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717388413; c=relaxed/simple; bh=T4P767ww2/x3jH+PERXYM2WqkwiMDoGRFxv3GqDt0y0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iowBsiAlvdRsDxpiUUCaeO6agWyFM9kTakx1uuTWjU+S5fBR44dgbnbqYuENJxwDSu5kqsy41cUiRI+NTAPEMof/xB7vwoHReMLZ0nJ8JSmlI8Gt+G8KF11LouxHXRvecdtZEHdINCFvHsUWkOFxx9DYn87JoYE7YxPphomwq7o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GA7i5jyH; 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="GA7i5jyH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65ABFC2BD10; Mon, 3 Jun 2024 04:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717388412; bh=T4P767ww2/x3jH+PERXYM2WqkwiMDoGRFxv3GqDt0y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GA7i5jyHumlEPqBbHPtyyQDLB15JrUrB70DGWLV34cRxfGRmK9kp2ntC4nO9Wi0oL Yd2ZJiQHGEH7XU6/OxCwNphi6YuYc65uX6elAyRhMvwzX0ESBv63GUvflJ5iz/s1GY 7bSCFfS2b5a8MmR8w53EnRK4+7Iu0ZlpE343WvwljKDimS6C37VvJhVnA2Hyq2ueW6 QWWebf6/7fQpBaFVhcDXXSjoSx14/fA6VHjSgJnMq4p7MNpG0J72leGS1LRgkyoEqr QNYb+PmP+MbBqd6ydB61N7fMyhMDEXmnxMTTkTNxH0EDjlP7qv1UqohutumxsQbFlo fci9Q9IoNAnfw== Date: Mon, 3 Jun 2024 04:20:09 +0000 From: Tzung-Bi Shih To: Stephen Rothwell Cc: Benson Leung , Guenter Roeck , Dmitry Torokhov , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the chrome-platform tree Message-ID: References: <20240603132517.7f344f9f@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@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: <20240603132517.7f344f9f@canb.auug.org.au> On Mon, Jun 03, 2024 at 01:25:36PM +1000, Stephen Rothwell wrote: > After merging the chrome-platform tree, today's linux-next build > (htmldocs) produced this warning: > > MAINTAINERS:11167: WARNING: unknown document: '../hwmon/chros_ec_hwmon' > > Introduced by commit > > e8665a172378 ("hwmon: add ChromeOS EC driver") A typo in the applied patch. Fixed.