[PATCH] staging: greybus: fix block comment

2016-10-03 Thread Hisao Tanabe
This patch fix the coding style problem of block comment detected by the checkpatch.pl. WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Hisao Tanabe --- drivers/staging/greybus/arche-apb-ctrl.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff

[PATCH 2/2] staging: wlan-ng: fix block comment

2016-10-02 Thread Hisao Tanabe
This patch fix the coding style problem of block comment detected by the checkpach.pl. WARNING: Block comments use a trailing */ on a separate line WARNING: Block comments use * on subsequent lines Signed-off-by: Hisao Tanabe --- drivers/staging/wlan-ng/hfa384x_usb.c | 2209

[PATCH 1/2] staging: wlan-ng: fix line over 80 characters

2016-10-02 Thread Hisao Tanabe
Fix checkpatch warning "line over 80 characters" to conform to linux kernel coding style. Signed-off-by: Hisao Tanabe --- drivers/staging/wlan-ng/hfa384x_usb.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/st