Re: [PATCH 2/2] staging: rtl8723bs: Fix coding style in include headers

From: Greg KH

Date: Mon May 11 2026 - 04:09:34 EST


On Sun, May 10, 2026 at 11:17:21AM -0400, Pramod Maurya wrote:
> Remove multiple blank lines and extern keywords from function
> prototypes in header files as flagged by checkpatch.pl.
>
> Files changed:
> - rtw_wifi_regd.h: remove multiple blank lines
> - sdio_ops_linux.h: remove multiple blank lines
> - cmd_osdep.h: remove multiple blank lines and extern prototypes

That is 2 different logical things in the same change, just do the
extern one in a different patch.

thanks,

greg k-h