Re: [PATCH] Staging: rtl8192e: Fix parenthesis alignment
From: Greg Kroah-Hartman
Date: Thu Aug 22 2024 - 03:49:38 EST
On Wed, Aug 21, 2024 at 09:23:43PM -0300, Gabriel Maciel Raad wrote:
> Fix parenthesis alignment and unnecessary blank line in
> rtl92e_leisure_ps_enter to fix the following checkpatch.pl warnings:
>
> CHECK: Alignment should match open parenthesis
> CHECK: Blank lines aren't necessary after an open brace '{'
You did two different things here (and one was not mentioned in the
subject line.)
Always do one "logical thing" per patch, this should be split up into 2
different onces.
thanks,
greg k-h