[PATCH] staging: rtl8192e: remove a blank line

2019-04-09 Thread Daniel Junho
Fix the checkpath error: CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Daniel Junho --- drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c b/drivers/s

[PATCH] staging: vboxvideo: Fix line size exceeding 80 columns.

2018-04-15 Thread Daniel Junho
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters + vbva = (void __force *)vbox->vbva_buffers + i * VBVA_MIN_BUFFER_SIZE; Signed-off-by: Daniel Junho --- drivers/staging/vboxvideo/vbox_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d