Re: [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Michal Piotrowski pisze: > Hi, > > Coding style fix > Christoph Hellwig: "There is no reason at all for a scsi driver to include stat.h" Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/mvme147.c

Re: [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Matthew Wilcox
On Wed, Aug 01, 2007 at 05:17:15PM +0200, Michal Piotrowski wrote: > -#include > +#include Why does this driver need stat.h at all? -- "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step."

[RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Hi, Coding style fix Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/mvme147.c 2007-07-09 01:32:17.0 +0200 +++ linux-mm/drivers/scsi/mvme147.c 2007-08-01 17:14:39.0

[RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Hi, Coding style fix Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski [EMAIL PROTECTED] --- linux-mm-clean/drivers/scsi/mvme147.c 2007-07-09 01:32:17.0 +0200 +++ linux-mm/drivers/scsi/mvme147.c 2007-08-01 17:14:39.0 +0200

Re: [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Matthew Wilcox
On Wed, Aug 01, 2007 at 05:17:15PM +0200, Michal Piotrowski wrote: -#includelinux/stat.h +#include linux/stat.h Why does this driver need stat.h at all? -- Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take

Re: [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Michal Piotrowski pisze: Hi, Coding style fix Christoph Hellwig: There is no reason at all for a scsi driver to include stat.h Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski [EMAIL PROTECTED] --- linux-mm-clean/drivers/scsi/mvme147.c