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

2021-08-18 Thread daniel watson
From: Daniel Watson 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 --- drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

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

2021-08-18 Thread Greg Kroah-Hartman
On Tue, Aug 17, 2021 at 09:41:05PM -0700, daniel watson wrote: > From: Daniel Watson > > 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 > --- > drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3