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@xxxxxxxxxx>