From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BF42239AD2A; Thu, 30 Jul 2026 21:01:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785445292; cv=none; b=JhmeVe9FCKSPw0jjQWwalBuofk3Dhw6EED7q77jHPVADsJlrDB+MA75pCan4pTkPM8qHHZzaS+dyZqvoI4F7m+sQINxIwR7lAqfG5AVol9trBjzZveVqbsSxJv30bfydliTo6BvluH5YQX7ULQT6zp80ortpELeWNWFwMm9WV6E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785445292; c=relaxed/simple; bh=duaBY51tgKC8NQcPGLknzwB/0a/mPotPPUB322nfeqg=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=l5uL80B7lH7gJG5zUBj/04DUmG9mauhWg0ljT7mWTWExTW1VeGLpOqta3wxIaDxPrKWBTN3X6QMgWD3w26xyLMLPdVLg10HLeKYbaLfJZ7KWsc/jjA0FHc/sfo4CD4SLHKv+RUzbFLsXztcu7VwZVpohqgUNgdwTNTzzySoe0bU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b+Xb36Ks; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b+Xb36Ks" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 413C01F000E9; Thu, 30 Jul 2026 21:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785445288; bh=duaBY51tgKC8NQcPGLknzwB/0a/mPotPPUB322nfeqg=; h=Date:To:From:Subject:Cc:References:In-Reply-To; b=b+Xb36Kst38BRaBcSTjkgIfYPG61U1867WRbeuQ7X58KWBT3Wp5AyV8HqIxv55jAA ifhH1sK7XTbkXzX5/Lb9n27OAq9jJoY3BAoYpAGUPDGFYDRNeJnpjF6i1iEEUGBPpc CjadtKffVREjSEm65ZK6+PaP36qcOq/LcvIxgJHKkN90DJoplqCqZ7su/n8dXrrWX9 QA+45Nikmfjj2EasJ3zMHMvsBMaSE/XBRdMHbOWgNnnNCPnro0XKFoYCD/q/1IaIKW yS9Z7tGN7+8e9aOzjTbUVd8+/a/yEmhf9eCkiC6EFb7yhKLkuF8yjzWF62M68rBofr gd1qddSNGuBMw== Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 30 Jul 2026 23:01:18 +0200 Message-Id: To: "Gary Guo" , "FUJITA Tomonori" From: "Danilo Krummrich" Subject: Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc Cc: "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Daniel Almeida" , "Tamir Duberstein" , "Alexandre Courbot" , =?utf-8?q?Onur_=C3=96zkan?= , "David Airlie" , "Simona Vetter" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Abdiel Janulgue" , "Robin Murphy" , "Dave Ertman" , "Ira Weiny" , "Leon Romanovsky" , "Len Brown" , "Igor Korotin" , "Rob Herring" , "Saravana Kannan" , "Viresh Kumar" , "Michal Wilczynski" , "Drew Fustini" , "Guo Ren" , "Fu Wei" , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , , , , , , , , , , , , References: <20260629-id_info-v2-0-56fccbe9c5ef@garyguo.net> <20260629-id_info-v2-5-56fccbe9c5ef@garyguo.net> In-Reply-To: <20260629-id_info-v2-5-56fccbe9c5ef@garyguo.net> On Mon Jun 29, 2026 at 2:39 PM CEST, Gary Guo wrote: > The expansion serves little purpose and it can easily diverge. > > Signed-off-by: Gary Guo I did not pick this one up, as it is not necessarily needed by this series. However, I agree with the intend and I think it did diverge already before = this series. FUJITA, please consider to pick this one up, or let me know if you want me = to take it. Thanks, Danilo