[PATCH] Staging: rts5208: Coding style warnings fix for block comments

2015-09-21 Thread Punit Vara
This patch is to the rtsx_transport.c that fixes up following warning reported by checkpatch.pl : -Block comments use * subsequent lines -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rts5208/rtsx_transport.c | 27 ++-

[PATCH] Staging: rts5208: Coding style warnings fix for block comments

2015-09-21 Thread Punit Vara
This patch is to rtsx_chip.h that fixes up following warning reported by checkpatch.pl : -Block comments use * on subsequent lines -Block comments use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rts5208/rtsx_chip.h | 66 +++-- 1

[PATCH] Staging: rts5208: Coding style warnings fix for block comments

2015-09-21 Thread Punit Vara
This is patch to rtsx_chip.c that fixes up following warning reported by checkpatch.pl : -Block comments use * on subsequent lines Signed-off-by: Punit Vara --- drivers/staging/rts5208/rtsx_chip.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a