[PATCH] staging: rtl8712: Fix indentation issue

2019-02-27 Thread Prashanth Kumar KR
Fix indentation warning reported by checkpatch Signed-off-by: Prashanth Kumar KR --- drivers/staging/rtl8712/rtl871x_recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_recv.c b/drivers/staging/rtl8712/rtl871x_recv.c index 0271ccf25f25..28f

Re: [PATCH] staging: rtl8712: fix indentation issue

2015-06-01 Thread Gujulan Elango, Hari Prasath (H.)
On Sun, May 31, 2015 at 09:56:54AM +0900, gre...@linuxfoundation.org wrote: > On Tue, May 12, 2015 at 12:25:22PM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > Fixed indentation issue in few lines. > > > > Signed-off-by: Hari Prasath Gujulan Elango > > Same name problem :( v2 on the way

Re: [PATCH] staging: rtl8712: fix indentation issue

2015-05-30 Thread gre...@linuxfoundation.org
On Tue, May 12, 2015 at 12:25:22PM +, Gujulan Elango, Hari Prasath (H.) wrote: > Fixed indentation issue in few lines. > > Signed-off-by: Hari Prasath Gujulan Elango Same name problem :( ___ devel mailing list de...@linuxdriverproject.org http://d

[PATCH] staging: rtl8712: fix indentation issue

2015-05-12 Thread Gujulan Elango, Hari Prasath (H.)
Fixed indentation issue in few lines. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rtl8712/recv_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_linux.c index 799a0f9..4201ce7 10