[PATCH] staging: vt6655: fix c99 comments and line length

2015-06-15 Thread matt mooney
Change comment style and remove extra spaces before macro names to avoid exceeding 80 characters. Signed-off-by: matt mooney --- drivers/staging/vt6655/power.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/powe

[PATCH] Staging: vt6655: fix C99 comments

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following warning: do not use C99 // comments Signed-off-by: Matteo Semenzato --- drivers/staging/vt6655/mac.c | 82 ++-- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/vt6655/m