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
nexedi
linux
Commits
97894cda
Commit
97894cda
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] core: Clean up trailing white spaces
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
b95f9609
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
399 additions
and
399 deletions
+399
-399
drivers/mtd/Kconfig
drivers/mtd/Kconfig
+16
-16
drivers/mtd/afs.c
drivers/mtd/afs.c
+8
-8
drivers/mtd/cmdlinepart.c
drivers/mtd/cmdlinepart.c
+28
-28
drivers/mtd/ftl.c
drivers/mtd/ftl.c
+64
-64
drivers/mtd/inftlcore.c
drivers/mtd/inftlcore.c
+24
-24
drivers/mtd/inftlmount.c
drivers/mtd/inftlmount.c
+10
-10
drivers/mtd/mtd_blkdevs.c
drivers/mtd/mtd_blkdevs.c
+12
-12
drivers/mtd/mtdblock.c
drivers/mtd/mtdblock.c
+22
-22
drivers/mtd/mtdchar.c
drivers/mtd/mtdchar.c
+30
-30
drivers/mtd/mtdconcat.c
drivers/mtd/mtdconcat.c
+3
-3
drivers/mtd/mtdcore.c
drivers/mtd/mtdcore.c
+9
-9
drivers/mtd/mtdpart.c
drivers/mtd/mtdpart.c
+46
-46
drivers/mtd/nftlcore.c
drivers/mtd/nftlcore.c
+40
-40
drivers/mtd/nftlmount.c
drivers/mtd/nftlmount.c
+28
-28
drivers/mtd/redboot.c
drivers/mtd/redboot.c
+2
-2
drivers/mtd/rfd_ftl.c
drivers/mtd/rfd_ftl.c
+57
-57
No files found.
drivers/mtd/Kconfig
View file @
97894cda
# $Id: Kconfig,v 1.1
0 2005/07/11 10:39:27
gleixner Exp $
# $Id: Kconfig,v 1.1
1 2005/11/07 11:14:19
gleixner Exp $
menu "Memory Technology Devices (MTD)"
...
...
drivers/mtd/afs.c
View file @
97894cda
...
...
@@ -21,7 +21,7 @@
This is access code for flashes using ARM's flash partitioning
standards.
$Id: afs.c,v 1.1
3 2004/02/27 22:09:59 rmk
Exp $
$Id: afs.c,v 1.1
5 2005/11/07 11:14:19 gleixner
Exp $
======================================================================*/
...
...
drivers/mtd/cmdlinepart.c
View file @
97894cda
/*
* $Id: cmdlinepart.c,v 1.1
8 2005/06/07 15:04:26 joern
Exp $
* $Id: cmdlinepart.c,v 1.1
9 2005/11/07 11:14:19 gleixner
Exp $
*
* Read flash partition table from command line
*
...
...
drivers/mtd/ftl.c
View file @
97894cda
/* This version ported to the Linux-MTD system by dwmw2@infradead.org
* $Id: ftl.c,v 1.5
5 2005/01/17 13:47:21 hv
r Exp $
* $Id: ftl.c,v 1.5
8 2005/11/07 11:14:19 gleixne
r Exp $
*
* Fixes: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups
...
...
@@ -1086,7 +1086,7 @@ struct mtd_blktrans_ops ftl_tr = {
int
init_ftl
(
void
)
{
DEBUG
(
0
,
"$Id: ftl.c,v 1.5
5 2005/01/17 13:47:21 hv
r Exp $
\n
"
);
DEBUG
(
0
,
"$Id: ftl.c,v 1.5
8 2005/11/07 11:14:19 gleixne
r Exp $
\n
"
);
return
register_mtd_blktrans
(
&
ftl_tr
);
}
...
...
drivers/mtd/inftlcore.c
View file @
97894cda
...
...
@@ -7,7 +7,7 @@
* (c) 1999 Machine Vision Holdings, Inc.
* Author: David Woodhouse <dwmw2@infradead.org>
*
* $Id: inftlcore.c,v 1.1
8 2004/11/16 18:28:59 dwmw2
Exp $
* $Id: inftlcore.c,v 1.1
9 2005/11/07 11:14:20 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
...
...
@@ -893,7 +893,7 @@ extern char inftlmountrev[];
static
int
__init
init_inftl
(
void
)
{
printk
(
KERN_INFO
"INFTL: inftlcore.c $Revision: 1.1
8
$, "
printk
(
KERN_INFO
"INFTL: inftlcore.c $Revision: 1.1
9
$, "
"inftlmount.c %s
\n
"
,
inftlmountrev
);
return
register_mtd_blktrans
(
&
inftl_tr
);
...
...
drivers/mtd/inftlmount.c
View file @
97894cda
...
...
@@ -8,7 +8,7 @@
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
*
* $Id: inftlmount.c,v 1.1
7 2005/08/08 08:56:19 dwmw2
Exp $
* $Id: inftlmount.c,v 1.1
8 2005/11/07 11:14:20 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
...
...
@@ -41,7 +41,7 @@
#include <linux/mtd/inftl.h>
#include <linux/mtd/compatmac.h>
char
inftlmountrev
[]
=
"$Revision: 1.1
7
$"
;
char
inftlmountrev
[]
=
"$Revision: 1.1
8
$"
;
/*
* find_boot_record: Find the INFTL Media Header and its Spare copy which
...
...
drivers/mtd/mtd_blkdevs.c
View file @
97894cda
/*
* $Id: mtd_blkdevs.c,v 1.2
6 2005/07/29 19:42:04 tpoyno
r Exp $
* $Id: mtd_blkdevs.c,v 1.2
7 2005/11/07 11:14:20 gleixne
r Exp $
*
* (C) 2003 David Woodhouse <dwmw2@infradead.org>
*
...
...
drivers/mtd/mtdblock.c
View file @
97894cda
/*
* Direct MTD block device access
*
* $Id: mtdblock.c,v 1.6
7 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdblock.c,v 1.6
8 2005/11/07 11:14:20
gleixner Exp $
*
* (C) 2000-2003 Nicolas Pitre <nico@cam.org>
* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org>
...
...
drivers/mtd/mtdchar.c
View file @
97894cda
/*
* $Id: mtdchar.c,v 1.7
5 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdchar.c,v 1.7
6 2005/11/07 11:14:20
gleixner Exp $
*
* Character-device access to raw MTD devices.
*
...
...
drivers/mtd/mtdconcat.c
View file @
97894cda
...
...
@@ -7,7 +7,7 @@
*
* This code is GPL
*
* $Id: mtdconcat.c,v 1.1
0 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdconcat.c,v 1.1
1 2005/11/07 11:14:20
gleixner Exp $
*/
#include <linux/kernel.h>
...
...
drivers/mtd/mtdcore.c
View file @
97894cda
/*
* $Id: mtdcore.c,v 1.4
6 2005/08/11 17:13:43
gleixner Exp $
* $Id: mtdcore.c,v 1.4
7 2005/11/07 11:14:20
gleixner Exp $
*
* Core registration and callback routines for MTD
* drivers and users.
...
...
drivers/mtd/mtdpart.c
View file @
97894cda
...
...
@@ -5,7 +5,7 @@
*
* This code is GPL
*
* $Id: mtdpart.c,v 1.5
4 2005/09/30 14:49:08 dedekind
Exp $
* $Id: mtdpart.c,v 1.5
5 2005/11/07 11:14:20 gleixner
Exp $
*
* 02-21-2002 Thomas Gleixner <gleixner@autronix.de>
* added support for read_oob, write_oob
...
...
drivers/mtd/nftlcore.c
View file @
97894cda
/* Linux driver for NAND Flash Translation Layer */
/* (c) 1999 Machine Vision Holdings, Inc. */
/* Author: David Woodhouse <dwmw2@infradead.org> */
/* $Id: nftlcore.c,v 1.9
7 2004/11/16 18:28:59 dwmw2
Exp $ */
/* $Id: nftlcore.c,v 1.9
8 2005/11/07 11:14:21 gleixner
Exp $ */
/*
The contents of this file are distributed under the GNU General
...
...
@@ -749,7 +749,7 @@ extern char nftlmountrev[];
static
int
__init
init_nftl
(
void
)
{
printk
(
KERN_INFO
"NFTL driver: nftlcore.c $Revision: 1.9
7
$, nftlmount.c %s
\n
"
,
nftlmountrev
);
printk
(
KERN_INFO
"NFTL driver: nftlcore.c $Revision: 1.9
8
$, nftlmount.c %s
\n
"
,
nftlmountrev
);
return
register_mtd_blktrans
(
&
nftl_tr
);
}
...
...
drivers/mtd/nftlmount.c
View file @
97894cda
...
...
@@ -4,7 +4,7 @@
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
*
* $Id: nftlmount.c,v 1.4
0 2004/11/22 14:38:29 kalev
Exp $
* $Id: nftlmount.c,v 1.4
1 2005/11/07 11:14:21 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
...
...
@@ -31,7 +31,7 @@
#define SECTORSIZE 512
char
nftlmountrev
[]
=
"$Revision: 1.4
0
$"
;
char
nftlmountrev
[]
=
"$Revision: 1.4
1
$"
;
/* find_boot_record: Find the NFTL Media Header and its Spare copy which contains the
* various device information of the NFTL partition and Bad Unit Table. Update
...
...
drivers/mtd/redboot.c
View file @
97894cda
/*
* $Id: redboot.c,v 1.1
7 2004/11/22 11:33:56 ijc
Exp $
* $Id: redboot.c,v 1.1
8 2005/11/07 11:14:21 gleixner
Exp $
*
* Parse RedBoot-style Flash Image System (FIS) tables and
* produce a Linux partition array to match.
...
...
drivers/mtd/rfd_ftl.c
View file @
97894cda
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2005 Sean Young <sean@mess.org>
*
* $Id: rfd_ftl.c,v 1.
4 2005/07/31 22:49:14 sean
Exp $
* $Id: rfd_ftl.c,v 1.
5 2005/11/07 11:14:21 gleixner
Exp $
*
* This type of flash translation layer (FTL) is used by the Embedded BIOS
* by General Software. It is known as the Resident Flash Disk (RFD), see:
...
...
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