Re: [PATCH] staging: i2o: Used

2015-09-08 Thread Greg KH
On Tue, Sep 08, 2015 at 01:25:42PM -0300, Albino B Neto wrote: > 2015-09-03 13:46 GMT-03:00 Greg KH : > > On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: > >> Used #include instead of #include to > >> remove a coding style warning detected by checkpatch. > > > > This file isn't

Re: [PATCH] staging: i2o: Used

2015-09-08 Thread Albino B Neto
2015-09-03 13:46 GMT-03:00 Greg KH : > On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: >> Used #include instead of #include to >> remove a coding style warning detected by checkpatch. > > This file isn't in any kernel tree that I see anymore, what kernel did > you make this aga

Re: [PATCH] staging: i2o: Used

2015-09-03 Thread Greg KH
On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: > Used #include instead of #include to > remove a coding style warning detected by checkpatch. > > The warning is given below: > drivers/staging/i2o/config-osm.c:22: WARNING: Use #include > instead of > > Signed-off-by: Aparna

[PATCH] staging: i2o: Used

2015-08-18 Thread Aparna Karuthodi
Used #include instead of #include to remove a coding style warning detected by checkpatch. The warning is given below: drivers/staging/i2o/config-osm.c:22: WARNING: Use #include instead of Signed-off-by: Aparna Karuthodi --- drivers/staging/i2o/config-osm.c |2 +- 1 file changed, 1 ins