Re: [PATCH 1/3] staging: rtl8723bs: remove redundant ternary operators from return
From: Greg KH
Date: Tue Aug 04 2026 - 03:46:59 EST
On Mon, Aug 03, 2026 at 07:39:22PM +0000, Ashmit Kumar wrote:
> The Linux kernel coding style specifies that boolean expressions
> do not need a redundant `? true : false` ternary operator.
> Additionally, return is not a function and therefore parentheses
> are not required.
Why is this mixed with the media patches? And they didn't seem to be
threaded, how was this sent?
And it's a resend?
thanks,
greg k-h