aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2010-11-19 11:06:41 -0500
committerJiri Kosina <jkosina@suse.cz>2010-11-19 11:06:41 -0500
commit4d23033dfdbb0409dfebaf748ba37ac00ef39825 (patch)
tree8f954dc204400c3de3ab12b3d521d6b2eb2c0993 /arch/blackfin
parent2f55ac072f5344519348c0c94b3d2f4cca46847b (diff)
Don't touch blackfin with printk typo fixes
This is a partial revert of b595076a ("tree-wide: fix comment/printk typos"), as blackfin tree is going to have completely different version of the code. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/mach-bf518/include/mach/defBF51x_base.h2
-rw-r--r--arch/blackfin/mach-bf527/include/mach/defBF52x_base.h2
-rw-r--r--arch/blackfin/mach-bf538/include/mach/defBF539.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/defBF51x_base.h b/arch/blackfin/mach-bf518/include/mach/defBF51x_base.h
index 750f4d803845..5f84913dcd91 100644
--- a/arch/blackfin/mach-bf518/include/mach/defBF51x_base.h
+++ b/arch/blackfin/mach-bf518/include/mach/defBF51x_base.h
@@ -1197,7 +1197,7 @@
1197#define SADD_LEN 0x0002 /* Slave Address Length */ 1197#define SADD_LEN 0x0002 /* Slave Address Length */
1198#define STDVAL 0x0004 /* Slave Transmit Data Valid */ 1198#define STDVAL 0x0004 /* Slave Transmit Data Valid */
1199#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 1199#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */
1200#define GEN 0x0010 /* General Call Address Matching Enabled */ 1200#define GEN 0x0010 /* General Call Adrress Matching Enabled */
1201 1201
1202/* TWI_SLAVE_STAT Masks */ 1202/* TWI_SLAVE_STAT Masks */
1203#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */ 1203#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
diff --git a/arch/blackfin/mach-bf527/include/mach/defBF52x_base.h b/arch/blackfin/mach-bf527/include/mach/defBF52x_base.h
index e3ab78ef9001..09475034c6a1 100644
--- a/arch/blackfin/mach-bf527/include/mach/defBF52x_base.h
+++ b/arch/blackfin/mach-bf527/include/mach/defBF52x_base.h
@@ -1206,7 +1206,7 @@
1206#define SADD_LEN 0x0002 /* Slave Address Length */ 1206#define SADD_LEN 0x0002 /* Slave Address Length */
1207#define STDVAL 0x0004 /* Slave Transmit Data Valid */ 1207#define STDVAL 0x0004 /* Slave Transmit Data Valid */
1208#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 1208#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */
1209#define GEN 0x0010 /* General Call Address Matching Enabled */ 1209#define GEN 0x0010 /* General Call Adrress Matching Enabled */
1210 1210
1211/* TWI_SLAVE_STAT Masks */ 1211/* TWI_SLAVE_STAT Masks */
1212#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */ 1212#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
diff --git a/arch/blackfin/mach-bf538/include/mach/defBF539.h b/arch/blackfin/mach-bf538/include/mach/defBF539.h
index d85d128c97ca..7a8ac5f44204 100644
--- a/arch/blackfin/mach-bf538/include/mach/defBF539.h
+++ b/arch/blackfin/mach-bf538/include/mach/defBF539.h
@@ -2185,7 +2185,7 @@
2185#define SADD_LEN 0x0002 /* Slave Address Length */ 2185#define SADD_LEN 0x0002 /* Slave Address Length */
2186#define STDVAL 0x0004 /* Slave Transmit Data Valid */ 2186#define STDVAL 0x0004 /* Slave Transmit Data Valid */
2187#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 2187#define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */
2188#define GEN 0x0010 /* General Call Address Matching Enabled */ 2188#define GEN 0x0010 /* General Call Adrress Matching Enabled */
2189 2189
2190/* TWIx_SLAVE_STAT Masks */ 2190/* TWIx_SLAVE_STAT Masks */
2191#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */ 2191#define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */