Re: [PATCH v2 0/4] Remove checkpatch warnings

2018-01-17 Thread Greg KH
On Wed, Jan 17, 2018 at 09:06:50PM +0530, Shreeya Patel wrote: > On Wed, 2018-01-17 at 14:58 +0100, Greg KH wrote: > > On Wed, Jan 17, 2018 at 12:24:50AM +0530, Shreeya Patel wrote: > > > > > > This patchset removes some warnings generated by checkpatch > > > for cleanup of the rtl8723bs driver. A

Re: [PATCH v2 0/4] Remove checkpatch warnings

2018-01-17 Thread Shreeya Patel
On Wed, 2018-01-17 at 14:58 +0100, Greg KH wrote: > On Wed, Jan 17, 2018 at 12:24:50AM +0530, Shreeya Patel wrote: > > > > This patchset removes some warnings generated by checkpatch > > for cleanup of the rtl8723bs driver. Also some additional > > cleanups are introduced in the *[1/4] and *[3/4]

Re: [PATCH v2 0/4] Remove checkpatch warnings

2018-01-17 Thread Greg KH
On Wed, Jan 17, 2018 at 12:24:50AM +0530, Shreeya Patel wrote: > This patchset removes some warnings generated by checkpatch > for cleanup of the rtl8723bs driver. Also some additional > cleanups are introduced in the *[1/4] and *[3/4] patches > to make the code according to the kernel coding style

[PATCH v2 0/4] Remove checkpatch warnings

2018-01-16 Thread Shreeya Patel
This patchset removes some warnings generated by checkpatch for cleanup of the rtl8723bs driver. Also some additional cleanups are introduced in the *[1/4] and *[3/4] patches to make the code according to the kernel coding style. Changes in v2 -Rebase and resend the patches [2/4], [3/4] and [4/4