Re: [PATCH 2/6] rtlwifi: Remove unnecessary parenthese in rtl_dbg uses
From: Joe Perches <joe@perches.com>
Date: 2020-07-27 14:52:41
Also in:
linux-wireless, lkml
From: Joe Perches <joe@perches.com>
Date: 2020-07-27 14:52:41
Also in:
linux-wireless, lkml
On Mon, 2020-07-27 at 09:04 +0000, Pkshih wrote:
So, I think you would like to have parenthesis intentionally. If so, test1 ? : (test2 ? :) would be better. If not, test1 ? : test2 ? : may be what you want (without any parenthesis).
Use whatever style you like, it's unimportant to me and it's not worth spending any real time on it.