[PATCH v4 3/3] staging: rts5208: Eliminate the use of Camel Case in file sd.h

2019-10-31 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file sd.h Even though the constant "DCM_LOW_FREQUENCY_MODE_SET" is defined and never used, it's useful to keep it because it documents the device. Signed-off-by: Gabriela Bittencourt --- Changes in v4: - Explain the reason o

[PATCH v4 2/3] staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}

2019-10-31 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in files xd.{h,c} Acked-by: Julia Lawall Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/xd.c | 8 drivers/staging/rts5208/xd.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rt

[PATCH v4 1/3] staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}

2019-10-31 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in files ms.{h,c} Signed-off-by: Gabriela Bittencourt --- Changes in v2: - substitute variables in lower case to upper case --- drivers/staging/rts5208/ms.c | 86 ++-- drivers/staging/rts5208

[PATCH v4 0/3] staging: rts5208: Eliminate the use of Camel Case

2019-10-31 Thread Gabriela Bittencourt
same commit I compile the kernel after each commit of the series to make sure it doesn't break the compilation. Gabriela Bitt

[PATCH v3 1/3] staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}

2019-10-30 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in files ms.{h,c} Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/ms.c | 86 ++-- drivers/staging/rts5208/ms.h | 70 ++--- 2 files changed, 78 insertions(+), 78 deletions(-)

[PATCH v3 2/3] staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}

2019-10-30 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in files xd.{h,c} Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/xd.c | 8 drivers/staging/rts5208/xd.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rts5208/xd.c b/drive

[PATCH v3 0/3] staging: rts5208: Eliminate the use of Camel Case

2019-10-30 Thread Gabriela Bittencourt
ach commit of the series to make sure it doesn't break the compilation. Gabriela Bittencourt (3): staging: rts5208: Eliminate the use of Camel Case in files ms.{h,c} staging: rts5208: Eliminate the use of Camel Case in files xd.{h,c} staging: rts5208: Eliminate the use of Camel Case in file sd.h drive

[PATCH v3 3/3] staging: rts5208: Eliminate the use of Camel Case in file sd.h

2019-10-30 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file sd.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/sd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/sd.h b/drivers/staging/rts5208/sd.h index dc9e8cad7a74..f4ff62653

[PATCH 2/2] staging: sm750fb: Replace multiple spaces with tabs when it suits

2019-10-29 Thread Gabriela Bittencourt
Replace multiple spaces before some comments with one tab. Aligning the comment with the function below it. Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/sm750_accel.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging

[PATCH 1/2] staging: sm750fb: Fix typo in comment

2019-10-29 Thread Gabriela Bittencourt
Fixing typo in word 'and'. Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/sm750_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c index 645813a87490..5925d7c7d464 100644

[PATCH 0/2] staging: sm750fb: Fixing codestyle error

2019-10-29 Thread Gabriela Bittencourt
Fixing typo and usage of spaces/tabs in file sm750_accel.c Gabriela Bittencourt (2): staging: sm750fb: Fix typo in comment staging: sm750fb: Replace multiple spaces with tabs when it suits drivers/staging/sm750fb/sm750_accel.c | 22 +++--- 1 file changed, 11 insertions

[PATCH v2 2/3] staging: rts5208: Eliminate the use of Camel Case in files xd

2019-10-29 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file xd.h and xd.c Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/xd.c | 8 drivers/staging/rts5208/xd.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rts5208/xd.c b/drive

[PATCH v2 3/3] staging: rts5208: Eliminate the use of Camel Case in file sd.h

2019-10-29 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file sd.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/sd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/sd.h b/drivers/staging/rts5208/sd.h index dc9e8cad7a74..f4ff62653

[PATCH v2 1/3] staging: rts5208: Eliminate the use of Camel Case in files ms

2019-10-29 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file ms.h and ms.c Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/ms.c | 86 ++-- drivers/staging/rts5208/ms.h | 70 ++--- 2 files changed, 78 insertions(+), 78 deletion

[PATCH v2 0/3] staging: rts5208: Eliminate the use of Camel Case

2019-10-29 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in tree rts5208 Gabriela Bittencourt (3): staging: rts5208: Eliminate the use of Camel Case in files ms staging: rts5208: Eliminate the use of Camel Case in files xd staging: rts5208: Eliminate the use of Camel Case in file sd.h drive

[PATCH 2/5] staging: rts5208: Eliminate the use of Camel Case in file ms.h

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file ms.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/ms.h | 70 ++-- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/drivers/staging/rts5208/ms.h b/drivers/staging/rts5208/

[PATCH 0/5] staging: rts5208: Eliminate the use of CamelCase

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in tree rts5208 Gabriela Bittencourt (5): staging: rts5208: Eliminate the use of Camel Case in file ms.c staging: rts5208: Eliminate the use of Camel Case in file ms.h staging: rts5208: Eliminate the use of Camel Case in file xd.c stagin

[PATCH 5/5] staging: rts5208: Eliminate the use of Camel Case in file sd.h

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file sd.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/sd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/sd.h b/drivers/staging/rts5208/sd.h index dc9e8cad7a74..f4ff62653

[PATCH 1/5] staging: rts5208: Eliminate the use of Camel Case in file ms.c

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file ms.c Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/ms.c | 86 ++-- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/drivers/staging/rts5208/ms.c b/drivers/staging/rts5208/

[PATCH 3/5] staging: rts5208: Eliminate the use of Camel Case in file xd.c

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file xd.c Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/xd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5208/xd.c b/drivers/staging/rts5208/xd.c index f3dc96a4c59d..0f369935f

[PATCH 4/5] staging: rts5208: Eliminate the use of Camel Case in file xd.h

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in file xd.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/rts5208/xd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rts5208/xd.h b/drivers/staging/rts5208/xd.h index 57b94129b26f..98c00f268

[PATCH 3/3] staging: sm750fb: align arguments with open parenthesis in file sm750_cursor.h

2019-10-24 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" in file sm750_cursor.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/sm750_cursor.h | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers/staging/sm750fb/sm750_c

[PATCH 2/3] staging: sm750fb: align arguments with open parenthesis in file sm750_accel.h

2019-10-24 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" in file sm750_accel.h Signed-off-by: Gabriela Bittencourt --- drivers/staging/sm750fb/sm750_accel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb/sm750_accel.h b/drive

[PATCH 1/3] staging: sm750fb: align arguments with open parenthesis in ddk750_sii164.c

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

[PATCH 0/3] staging: sm750fb: align arguments with open parenthesis

2019-10-24 Thread Gabriela Bittencourt
Cleans up checks of "Alignment should match open parenthesis" in tree sm750fb Gabriela Bittencourt (3): staging: sm750fb: align arguments with open parenthesis in ddk750_sii164.c staging: sm750fb: align arguments with open parenthesis in file sm750_accel.h staging: sm75

[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 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 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 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] 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] 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: 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

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 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: 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: 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: 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: 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: 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 --- 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