aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/maps/pq2fads.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2005-11-07 11:15:40 +0000
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-07 15:01:58 +0100
commit69f34c98c1416eb74c55e38a21dbf3e294966514 (patch)
tree956f39f06463b026f293347b47de812fc3b6545f /drivers/mtd/maps/pq2fads.c
parent1f948b43f7b5cf721cf0d03f507843efc1a9bfad (diff)
[MTD] maps: Clean up trailing white spaces
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/pq2fads.c')
-rw-r--r--drivers/mtd/maps/pq2fads.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/mtd/maps/pq2fads.c b/drivers/mtd/maps/pq2fads.c
index e959076b1bf..fb78d87cc13 100644
--- a/drivers/mtd/maps/pq2fads.c
+++ b/drivers/mtd/maps/pq2fads.c
@@ -23,7 +23,7 @@
#include <linux/mtd/physmap.h>
/*
- NOTE: bank width and interleave relative to the installed flash
+ NOTE: bank width and interleave relative to the installed flash
should have been chosen within MTD_CFI_GEOMETRY options.
*/
#define PQ2FADS_BANK_WIDTH 4
@@ -35,7 +35,7 @@ static struct mtd_partition pq2fads_partitions[] = {
.size = 0x40000,
.offset = 0,
.mask_flags = MTD_WRITEABLE, /* force read-only */
- }, {
+ }, {
.name = "User FS",
.size = 0x5c0000,
.offset = 0x40000,
@@ -44,17 +44,17 @@ static struct mtd_partition pq2fads_partitions[] = {
.size = 0x600000,
.offset = 0,
#endif
- }, {
+ }, {
.name = "uImage",
.size = 0x100000,
.offset = 0x600000,
.mask_flags = MTD_WRITEABLE, /* force read-only */
- }, {
+ }, {
.name = "bootloader",
.size = 0x40000,
.offset = 0x700000,
.mask_flags = MTD_WRITEABLE, /* force read-only */
- }, {
+ }, {
.name = "bootloader env",
.size = 0x40000,
.offset = 0x740000,
@@ -80,9 +80,9 @@ static int __init init_pq2fads_mtd(void)
static void __exit cleanup_pq2fads_mtd(void)
{
}
-
+
module_init(init_pq2fads_mtd);
module_exit(cleanup_pq2fads_mtd);
-
+
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("MTD map and partitions for MPC8272ADS boards");