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 ACD683126C2 for ; Thu, 26 Feb 2026 11:58:40 +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=1772107120; cv=none; b=AcT1DGpaXXbt+6f14xRKji+PWtrYxemLy4FjGAYHMvYy8OwqJZZxPyeDWcnX56ZGhYscEVlw09v9b1sPwnIt47RTyVNKlhlT+PHoThtQblo8u8gSccp8yqYjJku1GblRaeKqua8mlvFirJ1fRUx+KF3m8ZVkyBGNzaSKgEdhes4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772107120; c=relaxed/simple; bh=zn8yKuJ1zDmtWRCrKCoPb1OsScnauxoVHbFHn7DDEm8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=CI97M5cJMcw0YPYSEjrzewwV/i/3HR4vg5jyv235sAyayquuf0FErTO0hBOWpl4QG4T47tExdnBPNFDpiqdGpLcfA4QCVGwVinvAc+WOghc2dGkEkFMyGMfzjHfxRQ6AMZY1Q0CECzksygdpuUqVjxzEsYr/QzXuxP5cgGnDG50= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pP7hCifO; 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="pP7hCifO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0A1AC116C6; Thu, 26 Feb 2026 11:58:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772107120; bh=zn8yKuJ1zDmtWRCrKCoPb1OsScnauxoVHbFHn7DDEm8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=pP7hCifOX9x8ofBjLulBWxKJCXG6wJbDS1ujNDKzqoveYUj9/c+bYMnrU7ovjsCrr jVAn1/5BSX93/4+JbE1kkKu/i2IDyM5G/Q+vofNkCI1l9cAl57c0ecEKF2tgqo8OAm /MN12XtE5X8sYn3e686f6DZrxrq3BAO5G2p9SC0BOd84OHikFAwD82OZcNe+SOOm+F V9HyHqTjzs+WbCjvvhq9RPIeurYRM2mSZ3aJon0tO5Vm4FUVvOxksTxMmnU4h42LWD tlKQph/8UA62XiSUurtPMcw48IZTZlv+kYXpefgIZCqiVtZHStR7dq3ivIk4AccKNz raTmd8OHuigRA== Message-ID: Date: Thu, 26 Feb 2026 12:58:37 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] powerpc/ps3: fix ps3.h kernel-doc warnings To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Geoff Levand , linuxppc-dev@lists.ozlabs.org, Madhavan Srinivasan , Michael Ellerman References: <20260222060101.2086504-1-rdunlap@infradead.org> <4e84b9ea-9e7b-420a-bca9-6febd87a80cb@kernel.org> <17c0c331-276b-4f43-890e-39fb3010103c@infradead.org> Content-Language: fr-FR From: "Christophe Leroy (CS GROUP)" In-Reply-To: <17c0c331-276b-4f43-890e-39fb3010103c@infradead.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 26/02/2026 à 02:45, Randy Dunlap a écrit : > > > On 2/24/26 10:57 PM, Christophe Leroy (CS GROUP) wrote: >> Hi Randy, >> >> Le 22/02/2026 à 07:01, Randy Dunlap a écrit : >>> Eliminate all kernel-doc warnings in ps3.h: >>> - add one missing struct member description >>> - add one missing function short description >>> - correct one enum name typo >>> - change several incomplete kernel-doc comments to plain "/*" comments >>> >>> Examples: >>> >>> Warning: arch/powerpc/include/asm/ps3.h:96 struct member 'dev' not >>>   described in 'ps3_dma_region' >>> Warning: arch/powerpc/include/asm/ps3.h:408 missing initial short >>>   description on line: * ps3_system_bus_set_drvdata - >>> Warning: arch/powerpc/include/asm/ps3.h:473 Enum value >>>   'PS3_LPM_TB_TYPE_INTERNAL' not described in enum 'ps3_lpm_tb_type' >>> Warning: arch/powerpc/include/asm/ps3.h:473 Excess enum value >>>   '@PS3_LPM_RIGHTS_USE_TB' description in 'ps3_lpm_tb_type' >>> >>> Signed-off-by: Randy Dunlap >> >> You sent a V2 with the same subject some time ago, see https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.ozlabs.org%2Fproject%2Flinuxppc-dev%2Fpatch%2F20251129183636.1893634-1-rdunlap%40infradead.org%2F&data=05%7C02%7Cchristophe.leroy%40csgroup.eu%7C5f40eabfbf95474b6c4608de74d8ad0e%7C8b87af7d86474dc78df45f69a2011bb5%7C0%7C0%7C639076671142017726%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Bk2srZQMhhrA6rpHEFx2CIxSee8%2FUM2TIrNQSFpP8%2B4%3D&reserved=0 >> >> Is this patch something else, does it superseeds V2, or is it a wrong resend of V1 ? > > Yup, it's a wrong resend of v1. It means that my patch tracking system > failed me. Sorry about that. > Ok so I reject that one. Here is the list of patches from you we have in the pipe: https://patchwork.ozlabs.org/project/linuxppc-dev/list/?submitter=18663 Christophe