Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e5580fbe
Commit
e5580fbe
authored
Nov 07, 2005
by
Thomas Gleixner
Committed by
Thomas Gleixner
Nov 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] devices: Clean up trailing white spaces
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
69f34c98
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
156 additions
and
156 deletions
+156
-156
drivers/mtd/devices/Kconfig
drivers/mtd/devices/Kconfig
+4
-4
drivers/mtd/devices/blkmtd.c
drivers/mtd/devices/blkmtd.c
+5
-5
drivers/mtd/devices/block2mtd.c
drivers/mtd/devices/block2mtd.c
+4
-4
drivers/mtd/devices/doc2000.c
drivers/mtd/devices/doc2000.c
+21
-21
drivers/mtd/devices/doc2001.c
drivers/mtd/devices/doc2001.c
+12
-12
drivers/mtd/devices/doc2001plus.c
drivers/mtd/devices/doc2001plus.c
+10
-10
drivers/mtd/devices/docecc.c
drivers/mtd/devices/docecc.c
+20
-20
drivers/mtd/devices/docprobe.c
drivers/mtd/devices/docprobe.c
+42
-42
drivers/mtd/devices/lart.c
drivers/mtd/devices/lart.c
+4
-4
drivers/mtd/devices/phram.c
drivers/mtd/devices/phram.c
+7
-7
drivers/mtd/devices/pmc551.c
drivers/mtd/devices/pmc551.c
+12
-12
drivers/mtd/devices/slram.c
drivers/mtd/devices/slram.c
+15
-15
No files found.
drivers/mtd/devices/Kconfig
View file @
e5580fbe
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.1
5 2004/12/22 17:51:15 joern
Exp $
# $Id: Kconfig,v 1.1
8 2005/11/07 11:14:24 gleixner
Exp $
menu "Self-contained MTD device drivers"
depends on MTD!=n
...
...
drivers/mtd/devices/blkmtd.c
View file @
e5580fbe
/*
* $Id: blkmtd.c,v 1.2
4 2004/11/16 18:29:01 dwmw2
Exp $
* $Id: blkmtd.c,v 1.2
7 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.2
4
$"
#define VERSION "$Revision: 1.2
7
$"
/* Info for the block device */
struct
blkmtd_dev
{
...
...
drivers/mtd/devices/block2mtd.c
View file @
e5580fbe
/*
* $Id: block2mtd.c,v 1.2
8 2005/03/19 22:40:4
4 gleixner Exp $
* $Id: block2mtd.c,v 1.2
9 2005/11/07 11:14:2
4 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.2
8
$"
#define VERSION "$Revision: 1.2
9
$"
#define ERROR(fmt, args...) printk(KERN_ERR "block2mtd: " fmt "\n" , ## args)
...
...
drivers/mtd/devices/doc2000.c
View file @
e5580fbe
...
...
@@ -4,7 +4,7 @@
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org>
*
* $Id: doc2000.c,v 1.6
6 2005/01/05 18:05:12 dwmw2
Exp $
* $Id: doc2000.c,v 1.6
7 2005/11/07 11:14:24 gleixner
Exp $
*/
#include <linux/kernel.h>
...
...
drivers/mtd/devices/doc2001.c
View file @
e5580fbe
...
...
@@ -4,7 +4,7 @@
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org>
*
* $Id: doc2001.c,v 1.4
8 2005/01/05 18:05:12 dwmw2
Exp $
* $Id: doc2001.c,v 1.4
9 2005/11/07 11:14:24 gleixner
Exp $
*/
#include <linux/kernel.h>
...
...
drivers/mtd/devices/doc2001plus.c
View file @
e5580fbe
...
...
@@ -6,7 +6,7 @@
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org>
*
* $Id: doc2001plus.c,v 1.1
3 2005/01/05 18:05:12 dwmw2
Exp $
* $Id: doc2001plus.c,v 1.1
4 2005/11/07 11:14:24 gleixner
Exp $
*
* Released under GPL
*/
...
...
drivers/mtd/devices/docecc.c
View file @
e5580fbe
...
...
@@ -7,7 +7,7 @@
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
*
* $Id: docecc.c,v 1.
5 2003/05/21 15:15:06 dwmw2
Exp $
* $Id: docecc.c,v 1.
7 2005/11/07 11:14:25 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
drivers/mtd/devices/docprobe.c
View file @
e5580fbe
...
...
@@ -4,7 +4,7 @@
/* (C) 1999 Machine Vision Holdings, Inc. */
/* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> */
/* $Id: docprobe.c,v 1.4
4 2005/01/05 12:40:36 dwmw2
Exp $ */
/* $Id: docprobe.c,v 1.4
6 2005/11/07 11:14:25 gleixner
Exp $ */
...
...
drivers/mtd/devices/lart.c
View file @
e5580fbe
...
...
@@ -2,7 +2,7 @@
/*
* MTD driver for the 28F160F3 Flash Memory (non-CFI) on LART.
*
* $Id: lart.c,v 1.
7 2004/08/09 13:19:44 dwmw2
Exp $
* $Id: lart.c,v 1.
9 2005/11/07 11:14:25 gleixner
Exp $
*
* Author: Abraham vd Merwe <abraham@2d3d.co.za>
*
...
...
drivers/mtd/devices/phram.c
View file @
e5580fbe
/**
* $Id: phram.c,v 1.1
4 2005/03/07 21:43:38 joern
Exp $
* $Id: phram.c,v 1.1
6 2005/11/07 11:14:25 gleixner
Exp $
*
* Copyright (c) ???? Jochen Schuble <psionic@psionic.de>
* Copyright (c) 2003-2004 Jrn Engel <joern@wh.fh-wedel.de>
...
...
drivers/mtd/devices/pmc551.c
View file @
e5580fbe
/*
* $Id: pmc551.c,v 1.3
0 2005/01/05 18:05:13 dwmw2
Exp $
* $Id: pmc551.c,v 1.3
2 2005/11/07 11:14:25 gleixner
Exp $
*
* PMC551 PCI Mezzanine Ram Device
*
...
...
drivers/mtd/devices/slram.c
View file @
e5580fbe
/*======================================================================
$Id: slram.c,v 1.3
4 2005/01/06 21:16:42 jwboy
er Exp $
$Id: slram.c,v 1.3
6 2005/11/07 11:14:25 gleixn
er Exp $
This driver provides a method to access memory not used by the kernel
itself (i.e. if the kernel commandline mem=xxx is used). To actually
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment