[PATCH] staging: greybus: add blank line after declarations

2019-10-05 Thread Gabriela Bittencourt
Fix CHECK: add blank line after declarations Signed-off-by: Gabriela Bittencourt --- drivers/staging/greybus/control.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h index 3a29ec05f631..5a45d55349a1 100644 --- a/drivers

[PATCH] staging: vt6656: align arguments with open parenthesis

2019-10-06 Thread Gabriela Bittencourt
Cleans up CHECKs of "Alignment should match open parenthesis" Signed-off-by: Gabriela Bittencourt --- drivers/staging/vt6656/rxtx.c | 63 +++ 1 file changed, 41 insertions(+), 22 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/stag

[PATCH] staging: vt6656: reorganize characters so the lines are under 80 ch

2019-10-06 Thread Gabriela Bittencourt
Cleans up warnings of "line over 80 characters" Signed-off-by: Gabriela Bittencourt --- drivers/staging/vt6656/rxtx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c index c7522841c8cf..922872b62

[PATCH] staging: vt6656: remove duplicated blank line

2019-10-06 Thread Gabriela Bittencourt
Cleans up checks of "don't use multiple blank line" Signed-off-by: Gabriela Bittencourt --- drivers/staging/vt6656/main_usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index 856ba97aec4f..a1884b5cc

[PATCH] staging: rtl8712: align block comments

2019-10-06 Thread Gabriela Bittencourt
Cleans up warnings of "Block comments should align the * on each line" Signed-off-by: Gabriela Bittencourt --- 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/stagi

[PATCH] staging: rtl8712: align arguments with open parenthesis

2019-10-06 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8712/recv_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_lin

[PATCH] staging: rtl8712: align arguments with open parenthesis

2019-10-06 Thread Gabriela Bittencourt
Cleans up checks of: "Alignment should match open parenthesis" Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8712/osdep_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep

[PATCH] staging: rtl8712: align arguments with open parenthesis in file rtl8712_led.c

2019-10-06 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8712/rtl8712_led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_l

[PATCH] staging: sm750fb: format description of parameters the to kernel doc format

2019-10-16 Thread Gabriela Bittencourt
Cluster comments that describes parameters of functions and create one single comment before the function in kernel doc format. Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/sm750_accel.c | 65 +++ 1 file changed, 37 insertions(+), 28 deletions(-) diff

[PATCH] staging: sm750fb: align arguments with open parenthesis

2019-10-11 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" in tree sm750fb Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/ddk750_display.c | 2 +- drivers/staging/sm750fb/sm750_accel.c| 2 +- drivers/staging/sm750fb/sm750_accel.h| 8 drive

[PATCH v2] staging: sm750fb: format description of parameters the to kernel doc format

2019-10-23 Thread Gabriela Bittencourt
Cluster comments that describes parameters of functions and create one single comment before the function in kernel doc format. Signed-off-by: Gabriela Bittencourt --- Changes v2: - Add name of function at the begining of comment - Separate each parameter in individuals lines Here

[PATCH v2] staging: sm750fb: Format description of parameters the to kernel doc format

2019-10-23 Thread Gabriela Bittencourt
Cluster comments that describes parameters of functions and create one single comment before the function in kernel doc format. Signed-off-by: Gabriela Bittencourt --- Changes v2: - Add name of function at the begining of comment - Separate each parameter in individuals lines Here

[PATCH v3 1/2] staging: sm750fb: format description of parameters in accel.c

2019-10-23 Thread Gabriela Bittencourt
Formatting comments in file drivers/staging/sm750fb/sm750_accel.c. Signed-off-by: Gabriela Bittencourt --- Changes v2: - Add name of function at the begining of comment - Separate each parameter in individuals lines Here are the commands that I used to test my documentation

[PATCH v3 0/2] staging: sm750fb: format description of parameters to the kernel-doc format

2019-10-23 Thread Gabriela Bittencourt
Cluster comments that describes parameters of functions and create one single comment before the function in kernel doc format. Gabriela Bittencourt (2): staging: sm750fb: format description of parameters in accel.c staging: sm750fb: format description of parameters in accel.h drivers

[PATCH v3 2/2] staging: sm750fb: format description of parameters in accel.h

2019-10-23 Thread Gabriela Bittencourt
Formatting comments in file drivers/staging/sm750fb/sm750_accel.h. Signed-off-by: Gabriela Bittencourt --- Changes v3: - Apply changes in file accel.h --- drivers/staging/sm750fb/sm750_accel.h | 75 --- 1 file changed, 46 insertions(+), 29 deletions(-) diff --git

[PATCH] staging: rtl8192e: Remove a not necessary blank line before a close brace '}'

2019-04-09 Thread Gabriela Bittencourt
Fix a coding style issue. Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c index 73497d559b77..ac8851812564

[PATCH] Staging: hal: hal_com_phycfg: fixed a coding style issue

2019-04-06 Thread Gabriela Bittencourt
Added a blank line after declarations. Signed-off-by: Gabriela Bittencourt --- drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c index 12c1cd590056

[PATCH] Staging: hal: hal_com_phycfg: fixed a coding style issue

2019-04-06 Thread Gabriela Bittencourt
Added a blank line after declarations. Signed-off-by: Gabriela Bittencourt --- I'm adding STAGING SUBSYSTEM open list drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging