Re: [PATCH v4 0/5] staging: rtl8712: fix several checkpatch style issues

2017-12-21 Thread Greg KH
On Tue, Dec 19, 2017 at 09:16:21PM +0100, Martin Homuth wrote: > This patch series fixes some coding style issues reported by checkpatch.pl. > > It is based on next-20171218 Only one patch in this series applied, please rebase and resend the remaining ones. thanks, greg k-h

[PATCH v4 0/5] staging: rtl8712: fix several checkpatch style issues

2017-12-19 Thread Martin Homuth
This patch series fixes some coding style issues reported by checkpatch.pl. It is based on next-20171218 v2: - avoid line-wrapping by thunderbird - use temporary pointers to avoid index in separate line ([2/5]) v3: - missed one reference simplification ([2/5]) - fix some checkpatch checks