forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MTD] includes: Clean up trailing white spaces
Signed-off-by: Thomas Gleixner <[email protected]>
- Loading branch information
Showing
16 changed files
with
118 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* $Id: blktrans.h,v 1.5 2003/06/23 12:00:08 dwmw2 Exp $ | ||
* $Id: blktrans.h,v 1.6 2005/11/07 11:14:54 gleixner Exp $ | ||
* | ||
* (C) 2003 David Woodhouse <[email protected]> | ||
* | ||
|
@@ -67,6 +67,6 @@ extern int register_mtd_blktrans(struct mtd_blktrans_ops *tr); | |
extern int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr); | ||
extern int add_mtd_blktrans_dev(struct mtd_blktrans_dev *dev); | ||
extern int del_mtd_blktrans_dev(struct mtd_blktrans_dev *dev); | ||
|
||
|
||
#endif /* __MTD_TRANS_H__ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* | ||
/* | ||
* Linux driver for Disk-On-Chip devices | ||
* | ||
* Copyright (C) 1999 Machine Vision Holdings, Inc. | ||
* Copyright (C) 1999 Machine Vision Holdings, Inc. | ||
* Copyright (C) 2001-2003 David Woodhouse <[email protected]> | ||
* Copyright (C) 2002-2003 Greg Ungerer <[email protected]> | ||
* Copyright (C) 2002-2003 SnapGear Inc | ||
* | ||
* $Id: doc2000.h,v 1.24 2005/01/05 12:40:38 dwmw2 Exp $ | ||
* $Id: doc2000.h,v 1.25 2005/11/07 11:14:54 gleixner Exp $ | ||
* | ||
* Released under GPL | ||
*/ | ||
|
@@ -75,10 +75,10 @@ | |
#define DoC_Mplus_CtrlConfirm 0x1076 | ||
#define DoC_Mplus_Power 0x1fff | ||
|
||
/* How to access the device? | ||
* On ARM, it'll be mmap'd directly with 32-bit wide accesses. | ||
/* How to access the device? | ||
* On ARM, it'll be mmap'd directly with 32-bit wide accesses. | ||
* On PPC, it's mmap'd and 16-bit wide. | ||
* Others use readb/writeb | ||
* Others use readb/writeb | ||
*/ | ||
#if defined(__arm__) | ||
#define ReadDOC_(adr, reg) ((unsigned char)(*(volatile __u32 *)(((unsigned long)adr)+((reg)<<2)))) | ||
|
@@ -172,18 +172,18 @@ struct DiskOnChip { | |
unsigned long totlen; | ||
unsigned char ChipID; /* Type of DiskOnChip */ | ||
int ioreg; | ||
|
||
unsigned long mfr; /* Flash IDs - only one type of flash per device */ | ||
unsigned long id; | ||
int chipshift; | ||
char page256; | ||
char pageadrlen; | ||
char interleave; /* Internal interleaving - Millennium Plus style */ | ||
unsigned long erasesize; | ||
|
||
int curfloor; | ||
int curchip; | ||
|
||
int numchips; | ||
struct Nand *chips; | ||
struct mtd_info *nextdoc; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* $Id: ftl.h,v 1.6 2003/01/24 13:20:04 dwmw2 Exp $ | ||
* | ||
* $Id: ftl.h,v 1.7 2005/11/07 11:14:54 gleixner Exp $ | ||
* | ||
* Derived from (and probably identical to): | ||
* ftl.h 1.7 1999/10/25 20:23:17 | ||
* | ||
|
@@ -12,7 +12,7 @@ | |
* Software distributed under the License is distributed on an "AS IS" | ||
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | ||
* the License for the specific language governing rights and | ||
* limitations under the License. | ||
* limitations under the License. | ||
* | ||
* The initial developer of the original code is David A. Hinds | ||
* <[email protected]>. Portions created by David A. Hinds | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.