cleanup trailing whitespaces in 2.6.26 patches

SVN-Revision: 11945
This commit is contained in:
Gabor Juhos
2008-07-26 19:17:07 +00:00
parent 4bc51e20f2
commit 44b51440ce
14 changed files with 726 additions and 623 deletions

View File

@@ -866,7 +866,7 @@
dev->mtd.priv = dev;
dev->mtd.owner = THIS_MODULE;
+ dev->mtd.refresh_device = block2mtd_refresh;
part = kzalloc(sizeof(struct mtd_partition), GFP_KERNEL);
part->name = dev->mtd.name;
--- a/drivers/mtd/mtdchar.c