[PATCH] staging: rtl8712: recv_linux.c: Align * on block comment

2019-07-16 Thread christianluciano . m
From: Christian L Moreno Block comments should align the * on each line. This warning was reported by checkpatch.pl Signed-off-by: Christian L Moreno --- drivers/staging/rtl8712/recv_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/recv_li

[PATCH] staging: rtl8712: rtl871x_xmit.c: Fix some CHECK and WARNING

2019-07-15 Thread christianluciano . m
From: Christian Luciano Moreno Fix: line over 80 characters space unnecesary after cast alignment match open parenthesis comparison to NULL Those warnings and check were reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl871x_xmit.c |

[PATCH] staging: rtl8712: rtl871x_xmit.h: Fix alignment code

2019-07-15 Thread christianluciano . m
From: Christian Luciano Moreno Align code to match open parenthesis and tabs before statements. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl871x_xmit.h | 30 +- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rt

[PATCH] staging: rtl8712: Align code with open parenthesis

2019-07-14 Thread christianluciano . m
From: Christian Luciano Moreno Fix 'CHECK: Alignment should match open parenthesis' reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/xmit_osdep.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8712/xmit_

[PATCH] staging: rtl8712: Fix alignment with open parenthesis

2019-07-14 Thread christianluciano . m
From: Christian Luciano Moreno Fix 'CHECK: Alignment should match open parenthesis' reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/usb_ops.h | 9 + drivers/staging/rtl8712/usb_ops_linux.c | 13 +++-- 2 files changed, 12 insert

[PATCH] staging: rtl8712: Fix alignment with open parenthesis

2019-07-14 Thread christianluciano . m
From: Christian Luciano Moreno Fix 'CHECK: Alignment should match open parenthesis' reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/usb_ops.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/stagi

[PATCH] staging: rtl8712: Fix CHECK reported by checkpatch

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Change local variable name to avoid CamelCase. Align code to the open parenthesis to fix alignment issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl8712_efuse.c | 67 - 1 file changed, 33 insertions(+), 34 del

[PATCH] staging: rtl8712: Delete multiple blank line.

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h b/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h index e125c7222ab5.

[PATCH] staging: rtl8712: Fix Alignment CHECK

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Fix alignment check reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- 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_l

[PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Add parenthesis to Macro argument to avoid precedence issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/basic_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/basic_types.h b/drivers/st