Re: [PATCH 1/3] staging: rtl8723bs: fix white space warnings

From: Greg KH
Date: Thu Oct 20 2022 - 00:57:19 EST


On Wed, Oct 19, 2022 at 07:10:51PM -0700, Emily Peri wrote:
> Fix the following checkpatch warnings in rtw_ioctl_set:
> 1) Add missing blankline after declaration
> 2) Replace spaces used for indent with tab
> 3) Remove space before tab

When you have to list the different things you do, you should really
break that up into individual patches. This should be 3.

thanks,

greg k-h