On Sun, Sep 27, 2015 at 01:59:17PM +0530, Pinkesh Jain wrote:
> There were many warnings and error given by checkpatch.pl and most of them
> were
> almost of the same type so i believed a single patch is enough to do the
> cleanup.
>
> 1. Remove errors of the struct declaration (foo*bar to foo *b
On Sun, Sep 27, 2015 at 05:44:16AM +0530, Pinkesh Badjatiya wrote:
> Removed trailing spaces.
> Fixed some errors from checkpatch.pl verification.
> No changes made to actual functional code.
>
> Signed-off-by: Pinkesh Badjatiya
> ---
And you have done more than one change in this patch. Please d
Pinkesh Badjatiya writes:
> Removed trailing spaces.
> Fixed some errors from checkpatch.pl verification.
> No changes made to actual functional code.
>
> Signed-off-by: Pinkesh Badjatiya
> ---
> drivers/staging/rtl8723au/include/rtw_cmd.h | 162
> ++--
> 1 file changed,
Removed trailing spaces.
Fixed some errors from checkpatch.pl verification.
No changes made to actual functional code.
Signed-off-by: Pinkesh Badjatiya
---
drivers/staging/rtl8723au/include/rtw_cmd.h | 162 ++--
1 file changed, 80 insertions(+), 82 deletions(-)
diff --gi