Re: [Resend PATCH] media: rc: ati_remote.c: code style and compile warning fixing

2012-07-06 Thread Mauro Carvalho Chehab
Em 06-07-2012 22:49, Du Changbin escreveu: >>> diff --git a/drivers/media/rc/ati_remote.c > b/drivers/media/rc/ati_remote.c >>> index 7be377f..0df66ac 100644 >>> --- a/drivers/media/rc/ati_remote.c >>> +++ b/drivers/media/rc/ati_remote.c >>> @@ -23,6 +23,8 @@ >>> *Vincent Vanack

Re: [Resend PATCH] media: rc: ati_remote.c: code style and compile warning fixing

2012-07-06 Thread Du Changbin
> > diff --git a/drivers/media/rc/ati_remote.c b/drivers/media/rc/ati_remote.c > > index 7be377f..0df66ac 100644 > > --- a/drivers/media/rc/ati_remote.c > > +++ b/drivers/media/rc/ati_remote.c > > @@ -23,6 +23,8 @@ > >*Vincent Vanackere > >*Added support for the

Re: [Resend PATCH] media: rc: ati_remote.c: code style and compile warning fixing

2012-07-06 Thread Mauro Carvalho Chehab
Em 04-07-2012 05:08, Du, Changbin escreveu: > changes: > 1. break some lines that are longer than 80 characters. > 2. remove local function prototype declarations which do not > need. > 3. replace TAB character with a space character in function > comments. >