[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175088873054.30154.8954618034013748758.b4-ty@kernel.org>
Date: Wed, 25 Jun 2025 15:58:50 -0600
From: Manivannan Sadhasivam <mani@...nel.org>
To: lpieralisi@...nel.org, kwilczynski@...nel.org, bhelgaas@...gle.com,
jingoohan1@...il.com, Hans Zhang <18255117159@....com>
Cc: robh@...nel.org, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PCI: dwc: Simplify boolean condition returns in
debugfs
On Fri, 13 Jun 2025 00:12:26 +0800, Hans Zhang wrote:
> Replace redundant ternary conditional expressions with direct boolean
> returns in PTM visibility functions. Specifically change this pattern:
>
> return (condition) ? true : false;
>
> to the simpler:
>
> [...]
Applied, thanks!
[1/1] PCI: dwc: Simplify boolean condition returns in debugfs
commit: 032f05be51ab4a1d67d08a8083ec16dd934d255e
Best regards,
--
Manivannan Sadhasivam <mani@...nel.org>
Powered by blists - more mailing lists