Re: [PATCH] Staging: vt6655: rf: fix C99 // comments coding style error

2015-08-15 Thread Raphaël Beamonte
> This doesn't apply to my staging-next branch of staging-git :( > > Please rebase and resend. Seems it already has been fixed in your staging-git! I switched to this git for future changes. (was using the linux.git) Thanks! Raphaël -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH] Staging: vt6655: rf: fix C99 // comments coding style error

2015-08-14 Thread Greg Kroah-Hartman
On Fri, Aug 14, 2015 at 02:46:57PM -0400, Raphaël Beamonte wrote: > Replace C99 // comments by /* comments */ to follow the kernel > coding style. > > Signed-off-by: Raphaël Beamonte > --- > drivers/staging/vt6655/rf.c | 535 > ++-- > 1 file changed, 269