linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c
@ 2007-08-01 15:17 Michal Piotrowski
  2007-08-01 15:20 ` Matthew Wilcox
  2007-08-01 15:26 ` Michal Piotrowski
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Piotrowski @ 2007-08-01 15:17 UTC (permalink / raw)
  To: Andrew Morton, linux-scsi, LKML

Hi,

Coding style fix

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>

--- linux-mm-clean/drivers/scsi/mvme147.c	2007-07-09 01:32:17.000000000 +0200
+++ linux-mm/drivers/scsi/mvme147.c	2007-08-01 17:14:39.000000000 +0200
@@ -13,7 +13,7 @@
 #include "wd33c93.h"
 #include "mvme147.h"
 
-#include<linux/stat.h>
+#include <linux/stat.h>
 
 #define HDATA(ptr) ((struct WD33C93_hostdata *)((ptr)->hostdata))
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-01 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 15:17 [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c Michal Piotrowski
2007-08-01 15:20 ` Matthew Wilcox
2007-08-01 15:26 ` Michal Piotrowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).