[PATCH v3 2/2] media: atomisp: Fix coding style issue - correct multiline comments

2020-07-22 Thread Rahul Gottipati
This fixes some coding style issues of multiline comments to correct a few checkpatch.pl warnings. Signed-off-by: Rahul Gottipati --- Changes in v3: Made changes to keep first line blank in multiline comments. Changes in v2: Distributed changes across 2 patches instead

[PATCH v3 1/2] media: atomisp: Fix coding style issue - remove beginning whitespaces

2020-07-22 Thread Rahul Gottipati
This removes whitespaces at the beginning of a few lines to fix some checkpatch.pl warnings. Signed-off-by: Rahul Gottipati --- Changes in v3: Changed style of function headers in response to review comments Changes in v2: Distributed changes across 2 patches instead

[PATCH v3 0/2] General coding style clean-up

2020-07-22 Thread Rahul Gottipati
This patchset fixes several checkpatch.pl warnings in atomisp_ioctl.c that have been distributed across 2 patches logically. Rahul Gottipati (2): media: atomisp: Fix coding style issue - remove beginning whitespaces media: atomisp: Fix coding style issue - correct multiline comments

[PATCH v2 2/2] media: atomisp: Fix coding style issue - correct multiline comments

2020-07-22 Thread Rahul Gottipati
This fixes some coding style issues of multiline comments to correct a few checkpatch.pl warnings. Signed-off-by: Rahul Gottipati --- Changes in v2: Distributed changes across 2 patches instead of the previous 1. drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 14 +- 1

[PATCH v2 1/2] media: atomisp: Fix coding style issue - remove beginning whitespaces

2020-07-22 Thread Rahul Gottipati
This removes whitespaces at the beginning of a few lines to fix some checkpatch.pl warnings. Signed-off-by: Rahul Gottipati --- Changes in v2: Distributed changes across 2 patches instead of the previous 1 drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 6 +++--- 1 file changed, 3

[PATCH v2 0/2] General coding style clean up

2020-07-22 Thread Rahul Gottipati
This patchset fixes several checkpatch.pl warnings in atomisp_ioctl.c that have been distributed across 2 patches logically. Rahul Gottipati (2): media: atomisp: Fix coding style issue - remove beginning whitespaces media: atomisp: Fix coding style issue - correct multiline comments

Re: [PATCH] staging: gs_fpgaboot: get bus width input

2020-07-22 Thread Rahul Gottipati
On Wed, Jul 22, 2020 at 08:32:54AM +0200, Greg KH wrote: > On Wed, Jul 22, 2020 at 11:57:11AM +0530, Rahul Gottipati wrote: > > On Tue, Jul 21, 2020 at 08:05:33PM +0200, Greg KH wrote: > > > On Tue, Jul 21, 2020 at 11:32:03PM +0530, Rahul Gottipati wrote: > > > >

Re: [PATCH] staging: gs_fpgaboot: get bus width input

2020-07-22 Thread Rahul Gottipati
On Tue, Jul 21, 2020 at 08:05:33PM +0200, Greg KH wrote: > On Tue, Jul 21, 2020 at 11:32:03PM +0530, Rahul Gottipati wrote: > > This adds a module parameter to get the program bus width as an > > input rather than hardcoding it, and checks off a TODO item. > > Ick, no, modul

[PATCH] staging: gs_fpgaboot: get bus width input

2020-07-21 Thread Rahul Gottipati
This adds a module parameter to get the program bus width as an input rather than hardcoding it, and checks off a TODO item. Signed-off-by: Rahul Gottipati --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v2] staging: rtl8188eu: add blank line after declarations

2020-07-15 Thread Rahul Gottipati
Added a blank line after declarations in drivers/staging/rtl8188eu/core/rtw_security.c to fix a checkpatch.pl warning Signed-off-by: Rahul Gottipati --- drivers/staging/rtl8188eu/core/rtw_security.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8188eu/core