Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5580fbe authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner
Browse files

[MTD] devices: Clean up trailing white spaces

parent 69f34c98
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.15 2004/12/22 17:51:15 joern Exp $
# $Id: Kconfig,v 1.18 2005/11/07 11:14:24 gleixner Exp $

menu "Self-contained MTD device drivers"
	depends on MTD!=n
+5 −5
Original line number Diff line number Diff line
/*
 * $Id: blkmtd.c,v 1.24 2004/11/16 18:29:01 dwmw2 Exp $
 * $Id: blkmtd.c,v 1.27 2005/11/07 11:14:24 gleixner Exp $
 *
 * blkmtd.c - use a block device as a fake MTD
 *
@@ -39,7 +39,7 @@

/* Default erase size in K, always make it a multiple of PAGE_SIZE */
#define CONFIG_MTD_BLKDEV_ERASESIZE (128 << 10)	/* 128KiB */
#define VERSION "$Revision: 1.24 $"
#define VERSION "$Revision: 1.27 $"

/* Info for the block device */
struct blkmtd_dev {
+4 −4
Original line number Diff line number Diff line
/*
 * $Id: block2mtd.c,v 1.28 2005/03/19 22:40:44 gleixner Exp $
 * $Id: block2mtd.c,v 1.29 2005/11/07 11:14:24 gleixner Exp $
 *
 * block2mtd.c - create an mtd from a block device
 *
@@ -19,7 +19,7 @@
#include <linux/mtd/mtd.h>
#include <linux/buffer_head.h>

#define VERSION "$Revision: 1.28 $"
#define VERSION "$Revision: 1.29 $"


#define ERROR(fmt, args...) printk(KERN_ERR "block2mtd: " fmt "\n" , ## args)
+21 −21
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * (c) 1999 Machine Vision Holdings, Inc.
 * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org>
 *
 * $Id: doc2000.c,v 1.66 2005/01/05 18:05:12 dwmw2 Exp $
 * $Id: doc2000.c,v 1.67 2005/11/07 11:14:24 gleixner Exp $
 */

#include <linux/kernel.h>
+12 −12
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * (c) 1999 Machine Vision Holdings, Inc.
 * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org>
 *
 * $Id: doc2001.c,v 1.48 2005/01/05 18:05:12 dwmw2 Exp $
 * $Id: doc2001.c,v 1.49 2005/11/07 11:14:24 gleixner Exp $
 */

#include <linux/kernel.h>
Loading