mtd: jedec_probe: remove spaces before tabs
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Thu May 13 21:59:03 EDT 2010
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=7d84b6273c2a7805c042b398dcc01c98ad2ecf20
Commit: 7d84b6273c2a7805c042b398dcc01c98ad2ecf20
Parent: ae731822294468f213f2b56a0ddfc425148c873b
Author: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
AuthorDate: Tue May 4 16:15:11 2010 +0300
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri May 14 01:49:03 2010 +0100
mtd: jedec_probe: remove spaces before tabs
Nothing very important, this just makes git am stop producing warnings.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/chips/jedec_probe.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 04fb45c..b2e6f2f 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1331,7 +1331,7 @@ static const struct amd_flash_info jedec_table[] = {
}
}, {
.mfr_id = CFI_MFR_SST,
- .dev_id = SST29EE020,
+ .dev_id = SST29EE020,
.name = "SST 29EE020",
.devtypes = CFI_DEVICETYPE_X8,
.uaddr = MTD_UADDR_0x5555_0x2AAA,
@@ -1341,9 +1341,9 @@ static const struct amd_flash_info jedec_table[] = {
.regions = {ERASEINFO(0x01000,64),
}
}, {
- .mfr_id = CFI_MFR_SST,
+ .mfr_id = CFI_MFR_SST,
.dev_id = SST29LE020,
- .name = "SST 29LE020",
+ .name = "SST 29LE020",
.devtypes = CFI_DEVICETYPE_X8,
.uaddr = MTD_UADDR_0x5555_0x2AAA,
.dev_size = SIZE_256KiB,
@@ -1951,7 +1951,7 @@ static int cfi_jedec_setup(struct cfi_private *p_cfi, int index)
p_cfi->addr_unlock1 = unlock_addrs[uaddr].addr1 / p_cfi->device_type;
p_cfi->addr_unlock2 = unlock_addrs[uaddr].addr2 / p_cfi->device_type;
- return 1; /* ok */
+ return 1; /* ok */
}
More information about the linux-mtd-cvs
mailing list