From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 410D828EC for ; Fri, 29 Nov 2024 01:50:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732845036; cv=none; b=B7TrIkRQrK4KeQJot0f4YIRPc72174NcJB89hKIYKsTvrIBkQOmxWtTP1uffAA8ZO6vNYZqr/2uyKkbFe7KNpDOiBTagCDmiVyJd7osUQLd3dpayl9pJ5D86UK61F4nuxsj3R3zRBO0h13iAdzvJ+S3CMb8CF+ABA608u17J3mg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732845036; c=relaxed/simple; bh=nbZRbhMjyQB6udHZZfrf1jOXdrRQ7l4Wwz/t6Im/STo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uRaDaW0Akjmr4LicbsuWR0Rmfz836tRcWNyIbvmhKw4O4uWN49GN+CpptIG1lFzPmu152tcyxAr7vu3W255rF2wMWQ5v2qNopawjR5xG3KWjgZ8DQ1au3OisSBK6s2d4eik5oDeWSxSQ75v2k/Jyz7kbk7WNTryhVwv9kHK2lwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=C9utPXhl; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="C9utPXhl" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=FmMK Y/Oj/jjqMrJUIcH3+phSKvYFmPty+voQ6MlloaY=; b=C9utPXhlHwXD/Q4eZV8T P2sbUZYQQgKbVEg5ymUS/amx6+P3b1z9Jc9x/zcbe3eZ4k8Ogluqql7z09qX4Jpc H1KpEbRX237MZvO1FXs4LYCfYiap73MPpssZkQcdf7zJ2NRwBPj+Wl5WsnLMD9MK UAdTbOpsVL4HhXyOxa9BsrtWAcEgmVacRxFQNV6xZYYTZgBR2c78ZiR9LXmfOKxx SyTgUZmQk6EldHnsT37lxZCMN61X7ZeMH0AmVNf1GUnxUCK4UIHGvFDd1X1Hvmh3 4Ct7BXloQe/jiOF+VVyH5pqifm1UlBJPIgOefPaBunyjQPaK5memOnn38cxzWJte Iw== Received: (qmail 1195180 invoked from network); 29 Nov 2024 02:50:23 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 29 Nov 2024 02:50:23 +0100 X-UD-Smtp-Session: l3s3148p1@Q/oHbAMo5ptehhYU Date: Fri, 29 Nov 2024 02:50:22 +0100 From: Wolfram Sang To: Chen-Yu Tsai Cc: Rob Herring , Saravana Kannan , Wolfram Sang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andy Shevchenko , linux-i2c@vger.kernel.org, kernel test robot Subject: Re: [PATCH] of: base: Document prefix argument for of_get_next_child_with_prefix() Message-ID: Mail-Followup-To: Wolfram Sang , Chen-Yu Tsai , Rob Herring , Saravana Kannan , Wolfram Sang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andy Shevchenko , linux-i2c@vger.kernel.org, kernel test robot References: <20241128042632.231308-1-wenst@chromium.org> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xUozA/03lxhy0E1l" Content-Disposition: inline In-Reply-To: <20241128042632.231308-1-wenst@chromium.org> --xUozA/03lxhy0E1l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 28, 2024 at 12:26:30PM +0800, Chen-Yu Tsai wrote: > When of_get_next_child_with_prefix() was added, the prefix argument was > left undocumented. This caused a new warning to be generated during the > kerneldoc build process: >=20 > drivers/of/base.c:661: warning: Function parameter or struct member 'pre= fix' > not described in 'of_get_next_child_with_prefix' >=20 > Properly document the argument to fix this. >=20 > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202411280010.KGSDBOUE-lkp@i= ntel.com/ > Fixes: 1fcc67e3a354 ("of: base: Add for_each_child_of_node_with_prefix()") > Signed-off-by: Chen-Yu Tsai Applied to for-mergewindow, thanks! --xUozA/03lxhy0E1l Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmdJHdoACgkQFA3kzBSg Kbb6Wg/+MP5w1tvWSlECiUKPN20ozPr6Ka8tXeaWCrYBKKDQE5oaAXdDq79CmPX8 gToQ36xFA8EUotajUJBmZwfJzl3riZtMmJ2PYHYzpyxNIYlO+DNOX3DPhMsBj2A5 kuFRKsXZjh9inawLQtRXSoPzwSuR6x6mjmSVFBnWXCDI18e5wlmnZkQwT+IzRo0p ceA8nyfL0KdVX0tfsc7gUZgrHmquz9kYz4Nhl4Eq9yk7zyGTrf+INxsVBycGCo9K IDjCJSvZw0uPnvwc5iPdPEdiPPED8b0dD6GJr9GvZiCPdmqSj94wD9MYaMNF9oWk 552MZwpFqT53ooD31HKlkpaOzaB7ABxeDXaOaRMyv1yzU9yorB/O+cg2nyAyuU5P +I67b5tiUmtRRDzZYv1G3Iy8P2aI1CozXV6M4IIOs6andqQ5UsGIxL7RlYxi5ZQu JB6CPQytjV4vGBTeMCAhBJw/3QFHx5OhYTCmHjjgFF0COdwTN47qhAc64GxXL+tc sgxQM1laQk1vJEIbpvRceLq8uZF7do80/3ftz/gdQRT6ECzSLPsjKtX6H7jwvyao uQJ7yzMiz3LTkHwNKLQYeETtq8fa1+lQY3AqXdwvelJ2c8O9X7c3MkwkCqsjlGpH ZoVODiRTJfiyz7bzty9NnX3CwM6WfYIJmPBy8j1crl3M2ohtAtc= =hSwP -----END PGP SIGNATURE----- --xUozA/03lxhy0E1l--