Re: [PATCH] staging: rtl8723bs: put '{' on struct's first line

From: Greg Kroah-Hartman
Date: Wed Aug 18 2021 - 04:10:52 EST


On Tue, Aug 17, 2021 at 09:41:05PM -0700, daniel watson wrote:
> From: Daniel Watson <ozzloy@xxxxxxxxxxxxxxxxx>
>
> Moved the opening curly brace to the end of the opening
> line of the phy_stat struct for style consistency.
>
> Signed-off-by: Daniel Watson <ozzloy@xxxxxxxxxxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

This change does not apply to my tree at all. Make sure that you are
working off of the latest development tree, and not older kernel trees
(like Linus's), otherwise you will end up duplicating work that others
have already done.

thanks,

greg k-h