diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-23 18:30:07 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 06:45:53 -0400 |
commit | 014b38ec694ce3fd11cfedbdee75d1fdcb031839 (patch) | |
tree | f042c67edaf2aa565c42b41ab079f617959f0651 | |
parent | 0398b95fe4b3c90fbabfb39b77e635ec863ac040 (diff) |
cris: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/cris/arch-v10/drivers/axisflashmap.c | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/drivers/axisflashmap.c | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/drivers/cryptocop.c | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/mach-a3/dram_init.S | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/mach-fs/dram_init.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/cris/arch-v10/drivers/axisflashmap.c b/arch/cris/arch-v10/drivers/axisflashmap.c index a4bbdfd37bd8..60d57c590032 100644 --- a/arch/cris/arch-v10/drivers/axisflashmap.c +++ b/arch/cris/arch-v10/drivers/axisflashmap.c | |||
@@ -212,7 +212,7 @@ static struct mtd_info *probe_cs(struct map_info *map_cs) | |||
212 | /* | 212 | /* |
213 | * Probe each chip select individually for flash chips. If there are chips on | 213 | * Probe each chip select individually for flash chips. If there are chips on |
214 | * both cse0 and cse1, the mtd_info structs will be concatenated to one struct | 214 | * both cse0 and cse1, the mtd_info structs will be concatenated to one struct |
215 | * so that MTD partitions can cross chip boundries. | 215 | * so that MTD partitions can cross chip boundaries. |
216 | * | 216 | * |
217 | * The only known restriction to how you can mount your chips is that each | 217 | * The only known restriction to how you can mount your chips is that each |
218 | * chip select must hold similar flash chips. But you need external hardware | 218 | * chip select must hold similar flash chips. But you need external hardware |
diff --git a/arch/cris/arch-v32/drivers/axisflashmap.c b/arch/cris/arch-v32/drivers/axisflashmap.c index c6309a182f46..bd10d3ba0949 100644 --- a/arch/cris/arch-v32/drivers/axisflashmap.c +++ b/arch/cris/arch-v32/drivers/axisflashmap.c | |||
@@ -246,7 +246,7 @@ static struct mtd_info *probe_cs(struct map_info *map_cs) | |||
246 | /* | 246 | /* |
247 | * Probe each chip select individually for flash chips. If there are chips on | 247 | * Probe each chip select individually for flash chips. If there are chips on |
248 | * both cse0 and cse1, the mtd_info structs will be concatenated to one struct | 248 | * both cse0 and cse1, the mtd_info structs will be concatenated to one struct |
249 | * so that MTD partitions can cross chip boundries. | 249 | * so that MTD partitions can cross chip boundaries. |
250 | * | 250 | * |
251 | * The only known restriction to how you can mount your chips is that each | 251 | * The only known restriction to how you can mount your chips is that each |
252 | * chip select must hold similar flash chips. But you need external hardware | 252 | * chip select must hold similar flash chips. But you need external hardware |
diff --git a/arch/cris/arch-v32/drivers/cryptocop.c b/arch/cris/arch-v32/drivers/cryptocop.c index 617645d21b20..2081d8b45f06 100644 --- a/arch/cris/arch-v32/drivers/cryptocop.c +++ b/arch/cris/arch-v32/drivers/cryptocop.c | |||
@@ -525,7 +525,7 @@ static int setup_cipher_iv_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_ | |||
525 | return 0; | 525 | return 0; |
526 | } | 526 | } |
527 | 527 | ||
528 | /* Map the ouput length of the transform to operation output starting on the inject index. */ | 528 | /* Map the output length of the transform to operation output starting on the inject index. */ |
529 | static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) | 529 | static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) |
530 | { | 530 | { |
531 | int err = 0; | 531 | int err = 0; |
diff --git a/arch/cris/arch-v32/mach-a3/dram_init.S b/arch/cris/arch-v32/mach-a3/dram_init.S index ec8648be32d3..5c4f24dce94c 100644 --- a/arch/cris/arch-v32/mach-a3/dram_init.S +++ b/arch/cris/arch-v32/mach-a3/dram_init.S | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* Just to be certain the config file is included, we include it here | 13 | /* Just to be certain the config file is included, we include it here |
14 | * explicitely instead of depending on it being included in the file that | 14 | * explicitly instead of depending on it being included in the file that |
15 | * uses this code. | 15 | * uses this code. |
16 | */ | 16 | */ |
17 | 17 | ||
diff --git a/arch/cris/arch-v32/mach-fs/dram_init.S b/arch/cris/arch-v32/mach-fs/dram_init.S index 6fbad336527b..d3ce2eb04cb1 100644 --- a/arch/cris/arch-v32/mach-fs/dram_init.S +++ b/arch/cris/arch-v32/mach-fs/dram_init.S | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* Just to be certain the config file is included, we include it here | 13 | /* Just to be certain the config file is included, we include it here |
14 | * explicitely instead of depending on it being included in the file that | 14 | * explicitly instead of depending on it being included in the file that |
15 | * uses this code. | 15 | * uses this code. |
16 | */ | 16 | */ |
17 | 17 | ||