Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
61b03bd7
Commit
61b03bd7
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] NAND: Clean up trailing white spaces
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
e5580fbe
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
695 additions
and
695 deletions
+695
-695
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Kconfig
+5
-5
drivers/mtd/nand/au1550nd.c
drivers/mtd/nand/au1550nd.c
+29
-29
drivers/mtd/nand/autcpu12.c
drivers/mtd/nand/autcpu12.c
+11
-11
drivers/mtd/nand/diskonchip.c
drivers/mtd/nand/diskonchip.c
+50
-50
drivers/mtd/nand/edb7312.c
drivers/mtd/nand/edb7312.c
+24
-24
drivers/mtd/nand/h1910.c
drivers/mtd/nand/h1910.c
+24
-24
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_base.c
+239
-239
drivers/mtd/nand/nand_bbt.c
drivers/mtd/nand/nand_bbt.c
+124
-124
drivers/mtd/nand/nand_ecc.c
drivers/mtd/nand/nand_ecc.c
+22
-22
drivers/mtd/nand/nand_ids.c
drivers/mtd/nand/nand_ids.c
+15
-15
drivers/mtd/nand/nandsim.c
drivers/mtd/nand/nandsim.c
+81
-81
drivers/mtd/nand/ppchameleonevb.c
drivers/mtd/nand/ppchameleonevb.c
+3
-3
drivers/mtd/nand/rtc_from4.c
drivers/mtd/nand/rtc_from4.c
+29
-29
drivers/mtd/nand/s3c2410.c
drivers/mtd/nand/s3c2410.c
+15
-15
drivers/mtd/nand/sharpsl.c
drivers/mtd/nand/sharpsl.c
+11
-11
drivers/mtd/nand/spia.c
drivers/mtd/nand/spia.c
+3
-3
drivers/mtd/nand/toto.c
drivers/mtd/nand/toto.c
+10
-10
No files found.
drivers/mtd/nand/Kconfig
View file @
61b03bd7
# drivers/mtd/nand/Kconfig
# $Id: Kconfig,v 1.3
4 2005/09/23 01:44:55 ppopov
Exp $
# $Id: Kconfig,v 1.3
5 2005/11/07 11:14:30 gleixner
Exp $
menu "NAND Flash Device Drivers"
depends on MTD!=n
...
...
drivers/mtd/nand/au1550nd.c
View file @
61b03bd7
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2004 Embedded Edge, LLC
*
* $Id: au1550nd.c,v 1.1
2 2005/09/23 01:44:55 ppopov
Exp $
* $Id: au1550nd.c,v 1.1
3 2005/11/07 11:14:30 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/autcpu12.c
View file @
61b03bd7
...
...
@@ -6,7 +6,7 @@
* Derived from drivers/mtd/spia.c
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
*
* $Id: autcpu12.c,v 1.2
2 2004/11/04 12:53:1
0 gleixner Exp $
* $Id: autcpu12.c,v 1.2
3 2005/11/07 11:14:3
0 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/diskonchip.c
View file @
61b03bd7
...
...
@@ -16,7 +16,7 @@
*
* Interface to generic NAND code for M-Systems DiskOnChip devices
*
* $Id: diskonchip.c,v 1.5
4 2005/04/07 14:22:55 dbrown
Exp $
* $Id: diskonchip.c,v 1.5
5 2005/11/07 11:14:30 gleixner
Exp $
*/
#include <linux/kernel.h>
...
...
drivers/mtd/nand/edb7312.c
View file @
61b03bd7
...
...
@@ -6,7 +6,7 @@
* Derived from drivers/mtd/nand/autcpu12.c
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
*
* $Id: edb7312.c,v 1.1
1 2004/11/04 12:53:1
0 gleixner Exp $
* $Id: edb7312.c,v 1.1
2 2005/11/07 11:14:3
0 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/h1910.c
View file @
61b03bd7
...
...
@@ -7,7 +7,7 @@
* Copyright (C) 2002 Marius Grger (mag@sysgo.de)
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
*
* $Id: h1910.c,v 1.
5 2004/11/04 12:53:1
0 gleixner Exp $
* $Id: h1910.c,v 1.
6 2005/11/07 11:14:3
0 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/nand_base.c
View file @
61b03bd7
drivers/mtd/nand/nand_bbt.c
View file @
61b03bd7
...
...
@@ -6,7 +6,7 @@
*
* Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de)
*
* $Id: nand_bbt.c,v 1.3
5 2005/07/15 13:53:47
gleixner Exp $
* $Id: nand_bbt.c,v 1.3
6 2005/11/07 11:14:30
gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/nand_ecc.c
View file @
61b03bd7
...
...
@@ -7,7 +7,7 @@
* Copyright (C) 2000-2004 Steven J. Hill (sjhill@realitydiluted.com)
* Toshiba America Electronics Components, Inc.
*
* $Id: nand_ecc.c,v 1.1
4 2004/06/16 15:34:37
gleixner Exp $
* $Id: nand_ecc.c,v 1.1
5 2005/11/07 11:14:30
gleixner Exp $
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
...
...
drivers/mtd/nand/nand_ids.c
View file @
61b03bd7
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
*
* $Id: nand_ids.c,v 1.1
4 2005/06/23 09:38:50
gleixner Exp $
* $Id: nand_ids.c,v 1.1
6 2005/11/07 11:14:31
gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/nandsim.c
View file @
61b03bd7
drivers/mtd/nand/ppchameleonevb.c
View file @
61b03bd7
...
...
@@ -6,7 +6,7 @@
* Derived from drivers/mtd/nand/edb7312.c
*
*
* $Id: ppchameleonevb.c,v 1.
6 2004/11/05 16:07:16 kalev
Exp $
* $Id: ppchameleonevb.c,v 1.
7 2005/11/07 11:14:31 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/rtc_from4.c
View file @
61b03bd7
...
...
@@ -6,7 +6,7 @@
* Derived from drivers/mtd/nand/spia.c
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
*
* $Id: rtc_from4.c,v 1.
9 2005/01/24 20:40:11 dmarlin
Exp $
* $Id: rtc_from4.c,v 1.
10 2005/11/07 11:14:31 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/s3c2410.c
View file @
61b03bd7
...
...
@@ -19,7 +19,7 @@
* 08-Jul-2005 BJD Fix OOPS when no platform data supplied
* 20-Oct-2005 BJD Fix timing calculation bug
*
* $Id: s3c2410.c,v 1.
18 2005/10/20 21:22:55 bjd
Exp $
* $Id: s3c2410.c,v 1.
20 2005/11/07 11:14:31 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/nand/sharpsl.c
View file @
61b03bd7
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2004 Richard Purdie
*
* $Id: sharpsl.c,v 1.
6 2005/11/03 11:36:42 rpurdie
Exp $
* $Id: sharpsl.c,v 1.
7 2005/11/07 11:14:31 gleixner
Exp $
*
* Based on Sharp's NAND driver sharp_sl.c
*
...
...
drivers/mtd/nand/spia.c
View file @
61b03bd7
...
...
@@ -8,7 +8,7 @@
* to controllines (due to change in nand.c)
* page_cache added
*
* $Id: spia.c,v 1.2
4 2004/11/04 12:53:10
gleixner Exp $
* $Id: spia.c,v 1.2
5 2005/11/07 11:14:31
gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
drivers/mtd/nand/toto.c
View file @
61b03bd7
...
...
@@ -15,7 +15,7 @@
* This is a device driver for the NAND flash device found on the
* TI fido board. It supports 32MiB and 64MiB cards
*
* $Id: toto.c,v 1.
4 2004/10/05 13:50:20
gleixner Exp $
* $Id: toto.c,v 1.
5 2005/11/07 11:14:31
gleixner Exp $
*/
#include <linux/slab.h>
...
...
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