Re: [PATCH] Staging: vt6655: replace C99 style comments

2015-03-07 Thread Greg KH
On Fri, Feb 27, 2015 at 07:18:17PM +0100, Matteo Semenzato wrote: From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following error: ERROR: do not use C99 // comments Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/vt6655/key.h | 2 +- 1 file

[PATCH] Staging: vt6655: replace C99 style comments

2015-02-27 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following error: ERROR: do not use C99 // comments Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/vt6655/key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] staging: vt6655: replace C99 style comments

2014-06-01 Thread DaeSeok Youn
Hi, Please check below line comments. 2014-06-02 12:06 GMT+09:00 James A Shackleford sh...@linux.com: Signed-off-by: James A Shackleford sh...@linux.com --- drivers/staging/vt6655/baseband.c | 300 ++--- 1 file changed, 150 insertions(+), 150 deletions(-)