On Fri, Sep 11, 2026 at 01:11:19PM +0800, YiCheng Lu wrote:
Remove unnecessary parentheses around simple boolean expressions in the if condition. The kernel coding style prefers not to use parentheses around simple conditions.
Signed-off-by: YiCheng Lu 01luyicheng@gmail.com
drivers/staging/greybus/audio_codec.c | 1100 +++++++++++++++++++++++++ 1 file changed, 1100 insertions(+) create mode 100644 drivers/staging/greybus/audio_codec.c
Your patch just adds a whole new file :(
Please take a look at the kernelnewbies.org tutorial on how to make your first kernel patch, it should explain all of this.
good luck!
greg k-h