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 in any kernel tree that I see anymore, what kernel did
> > you make this against?
> 
> Greg, he should fix code all files ?

I'm sorry, but I can not parse that sentance, please try rewording it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 against?

Greg, he should fix code all files ?

-- 
Albino B Neto
www.bino.us
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 against?

Greg, he should fix code all files ?

-- 
Albino B Neto
www.bino.us
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 in any kernel tree that I see anymore, what kernel did
> > you make this against?
> 
> Greg, he should fix code all files ?

I'm sorry, but I can not parse that sentance, please try rewording it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 Karuthodi 
> ---
>  drivers/staging/i2o/config-osm.c |2 +-

This file isn't in any kernel tree that I see anymore, what kernel did
you make this against?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 Karuthodi 
> ---
>  drivers/staging/i2o/config-osm.c |2 +-

This file isn't in any kernel tree that I see anymore, what kernel did
you make this against?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i2o/config-osm.c b/drivers/staging/i2o/config-osm.c
index 519f52f..45091ac 100644
--- a/drivers/staging/i2o/config-osm.c
+++ b/drivers/staging/i2o/config-osm.c
@@ -19,7 +19,7 @@
 #include 
 #include 
 
-#include 
+#include 
 
 #define OSM_NAME   "config-osm"
 #define OSM_VERSION"1.323"
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] staging: i2o: Used linux/uaccess.h

2015-08-18 Thread Aparna Karuthodi
Used #include linux/uaccess.h instead of  #include asm/uaccess.h to
remove a coding style warning detected by checkpatch.

The warning is given below:
drivers/staging/i2o/config-osm.c:22: WARNING: Use #include
linux/uaccess.h instead of asm/uaccess.h

Signed-off-by: Aparna Karuthodi kdasapa...@gmail.com
---
 drivers/staging/i2o/config-osm.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i2o/config-osm.c b/drivers/staging/i2o/config-osm.c
index 519f52f..45091ac 100644
--- a/drivers/staging/i2o/config-osm.c
+++ b/drivers/staging/i2o/config-osm.c
@@ -19,7 +19,7 @@
 #include linux/namei.h
 #include linux/fs.h
 
-#include asm/uaccess.h
+#include linux/uaccess.h
 
 #define OSM_NAME   config-osm
 #define OSM_VERSION1.323
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/