diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:28:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:46 -0500 |
commit | 8ab102d60a0c19df602f3758848d55f0703bf9bb (patch) | |
tree | bce0a878a5fd3e790a54c888cffb85f513937916 | |
parent | 0f5e1558306076adec7255b317b89480d8aaa304 (diff) |
scripts/spelling.txt: add "partiton" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
partiton||partition
Link: http://lkml.kernel.org/r/1481573103-11329-7-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/arm/include/asm/mach/flash.h | 2 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/sn2/sn_hwperf.c | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mpc8569mds.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/include/asm/book3s/64/mmu.h | 2 | ||||
-rw-r--r-- | arch/powerpc/include/asm/fsl_hcalls.h | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/iommu.c | 2 | ||||
-rw-r--r-- | arch/sparc/kernel/visemul.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 2 | ||||
-rw-r--r-- | drivers/watchdog/bcm2835_wdt.c | 6 | ||||
-rw-r--r-- | include/linux/mtd/qinfo.h | 2 | ||||
-rw-r--r-- | include/linux/spi/flash.h | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/include/asm/mach/flash.h b/arch/arm/include/asm/mach/flash.h index 4ca69fe2c850..bada3f845a97 100644 --- a/arch/arm/include/asm/mach/flash.h +++ b/arch/arm/include/asm/mach/flash.h | |||
@@ -22,7 +22,7 @@ struct mtd_info; | |||
22 | * set_vpp: method called to enable or disable VPP | 22 | * set_vpp: method called to enable or disable VPP |
23 | * mmcontrol: method called to enable or disable Sync. Burst Read in OneNAND | 23 | * mmcontrol: method called to enable or disable Sync. Burst Read in OneNAND |
24 | * parts: optional array of mtd_partitions for static partitioning | 24 | * parts: optional array of mtd_partitions for static partitioning |
25 | * nr_parts: number of mtd_partitions for static partitoning | 25 | * nr_parts: number of mtd_partitions for static partitioning |
26 | */ | 26 | */ |
27 | struct flash_platform_data { | 27 | struct flash_platform_data { |
28 | const char *map_name; | 28 | const char *map_name; |
diff --git a/arch/ia64/sn/kernel/sn2/sn_hwperf.c b/arch/ia64/sn/kernel/sn2/sn_hwperf.c index 4c3b84d8406a..52704f199dd6 100644 --- a/arch/ia64/sn/kernel/sn2/sn_hwperf.c +++ b/arch/ia64/sn/kernel/sn2/sn_hwperf.c | |||
@@ -525,7 +525,7 @@ static int sn_topology_show(struct seq_file *s, void *d) | |||
525 | /* both ends local to this partition */ | 525 | /* both ends local to this partition */ |
526 | seq_puts(s, " local"); | 526 | seq_puts(s, " local"); |
527 | else if (SN_HWPERF_FOREIGN(p)) | 527 | else if (SN_HWPERF_FOREIGN(p)) |
528 | /* both ends of the link in foreign partiton */ | 528 | /* both ends of the link in foreign partition */ |
529 | seq_puts(s, " foreign"); | 529 | seq_puts(s, " foreign"); |
530 | else | 530 | else |
531 | /* link straddles a partition */ | 531 | /* link straddles a partition */ |
diff --git a/arch/powerpc/boot/dts/fsl/mpc8569mds.dts b/arch/powerpc/boot/dts/fsl/mpc8569mds.dts index 8e94448f296c..76b2bd6f7742 100644 --- a/arch/powerpc/boot/dts/fsl/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/fsl/mpc8569mds.dts | |||
@@ -55,7 +55,7 @@ | |||
55 | label = "kernel"; | 55 | label = "kernel"; |
56 | reg = <0x01c00000 0x002e0000>; | 56 | reg = <0x01c00000 0x002e0000>; |
57 | }; | 57 | }; |
58 | partiton@1ee0000 { | 58 | partition@1ee0000 { |
59 | label = "dtb"; | 59 | label = "dtb"; |
60 | reg = <0x01ee0000 0x00020000>; | 60 | reg = <0x01ee0000 0x00020000>; |
61 | }; | 61 | }; |
diff --git a/arch/powerpc/include/asm/book3s/64/mmu.h b/arch/powerpc/include/asm/book3s/64/mmu.h index d73e9dfa5237..1145dc8e726d 100644 --- a/arch/powerpc/include/asm/book3s/64/mmu.h +++ b/arch/powerpc/include/asm/book3s/64/mmu.h | |||
@@ -30,7 +30,7 @@ extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT]; | |||
30 | 30 | ||
31 | #ifndef __ASSEMBLY__ | 31 | #ifndef __ASSEMBLY__ |
32 | /* | 32 | /* |
33 | * ISA 3.0 partiton and process table entry format | 33 | * ISA 3.0 partition and process table entry format |
34 | */ | 34 | */ |
35 | struct prtb_entry { | 35 | struct prtb_entry { |
36 | __be64 prtb0; | 36 | __be64 prtb0; |
diff --git a/arch/powerpc/include/asm/fsl_hcalls.h b/arch/powerpc/include/asm/fsl_hcalls.h index 3abb58394da4..b889d13547fd 100644 --- a/arch/powerpc/include/asm/fsl_hcalls.h +++ b/arch/powerpc/include/asm/fsl_hcalls.h | |||
@@ -109,7 +109,7 @@ static inline unsigned int fh_send_nmi(unsigned int vcpu_mask) | |||
109 | #define FH_DTPROP_MAX_PROPLEN 32768 | 109 | #define FH_DTPROP_MAX_PROPLEN 32768 |
110 | 110 | ||
111 | /** | 111 | /** |
112 | * fh_partiton_get_dtprop - get a property from a guest device tree. | 112 | * fh_partition_get_dtprop - get a property from a guest device tree. |
113 | * @handle: handle of partition whose device tree is to be accessed | 113 | * @handle: handle of partition whose device tree is to be accessed |
114 | * @dtpath_addr: physical address of device tree path to access | 114 | * @dtpath_addr: physical address of device tree path to access |
115 | * @propname_addr: physical address of name of property | 115 | * @propname_addr: physical address of name of property |
diff --git a/arch/powerpc/platforms/pseries/iommu.c b/arch/powerpc/platforms/pseries/iommu.c index 0024e451bb36..4d757eaa46bf 100644 --- a/arch/powerpc/platforms/pseries/iommu.c +++ b/arch/powerpc/platforms/pseries/iommu.c | |||
@@ -1020,7 +1020,7 @@ static u64 enable_ddw(struct pci_dev *dev, struct device_node *pdn) | |||
1020 | /* check largest block * page size > max memory hotplug addr */ | 1020 | /* check largest block * page size > max memory hotplug addr */ |
1021 | max_addr = memory_hotplug_max(); | 1021 | max_addr = memory_hotplug_max(); |
1022 | if (query.largest_available_block < (max_addr >> page_shift)) { | 1022 | if (query.largest_available_block < (max_addr >> page_shift)) { |
1023 | dev_dbg(&dev->dev, "can't map partiton max 0x%llx with %u " | 1023 | dev_dbg(&dev->dev, "can't map partition max 0x%llx with %u " |
1024 | "%llu-sized pages\n", max_addr, query.largest_available_block, | 1024 | "%llu-sized pages\n", max_addr, query.largest_available_block, |
1025 | 1ULL << page_shift); | 1025 | 1ULL << page_shift); |
1026 | goto out_failed; | 1026 | goto out_failed; |
diff --git a/arch/sparc/kernel/visemul.c b/arch/sparc/kernel/visemul.c index c4ac58e483a4..8f35eea2103a 100644 --- a/arch/sparc/kernel/visemul.c +++ b/arch/sparc/kernel/visemul.c | |||
@@ -30,7 +30,7 @@ | |||
30 | /* 001001011 - two 32-bit merges */ | 30 | /* 001001011 - two 32-bit merges */ |
31 | #define FPMERGE_OPF 0x04b | 31 | #define FPMERGE_OPF 0x04b |
32 | 32 | ||
33 | /* 000110001 - 8-by-16-bit partitoned product */ | 33 | /* 000110001 - 8-by-16-bit partitioned product */ |
34 | #define FMUL8x16_OPF 0x031 | 34 | #define FMUL8x16_OPF 0x031 |
35 | 35 | ||
36 | /* 000110011 - 8-by-16-bit upper alpha partitioned product */ | 36 | /* 000110011 - 8-by-16-bit upper alpha partitioned product */ |
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c index 99b187bfdd55..718bf58a7da6 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | |||
@@ -178,7 +178,7 @@ const u32 qlcnic_83xx_reg_tbl[] = { | |||
178 | 0x3540, /* Device state, DRV_REG1 */ | 178 | 0x3540, /* Device state, DRV_REG1 */ |
179 | 0x3544, /* Driver state, DRV_REG2 */ | 179 | 0x3544, /* Driver state, DRV_REG2 */ |
180 | 0x3548, /* Driver scratch, DRV_REG3 */ | 180 | 0x3548, /* Driver scratch, DRV_REG3 */ |
181 | 0x354C, /* Device partiton info, DRV_REG4 */ | 181 | 0x354C, /* Device partition info, DRV_REG4 */ |
182 | 0x3524, /* Driver IDC ver, DRV_REG5 */ | 182 | 0x3524, /* Driver IDC ver, DRV_REG5 */ |
183 | 0x3550, /* FW_VER_MAJOR */ | 183 | 0x3550, /* FW_VER_MAJOR */ |
184 | 0x3554, /* FW_VER_MINOR */ | 184 | 0x3554, /* FW_VER_MINOR */ |
diff --git a/drivers/watchdog/bcm2835_wdt.c b/drivers/watchdog/bcm2835_wdt.c index 496f6c106bb1..b339e0e67b4c 100644 --- a/drivers/watchdog/bcm2835_wdt.c +++ b/drivers/watchdog/bcm2835_wdt.c | |||
@@ -36,9 +36,9 @@ | |||
36 | #define PM_RSTC_RESET 0x00000102 | 36 | #define PM_RSTC_RESET 0x00000102 |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * The Raspberry Pi firmware uses the RSTS register to know which partiton | 39 | * The Raspberry Pi firmware uses the RSTS register to know which partition |
40 | * to boot from. The partiton value is spread into bits 0, 2, 4, 6, 8, 10. | 40 | * to boot from. The partition value is spread into bits 0, 2, 4, 6, 8, 10. |
41 | * Partiton 63 is a special partition used by the firmware to indicate halt. | 41 | * Partition 63 is a special partition used by the firmware to indicate halt. |
42 | */ | 42 | */ |
43 | #define PM_RSTS_RASPBERRYPI_HALT 0x555 | 43 | #define PM_RSTS_RASPBERRYPI_HALT 0x555 |
44 | 44 | ||
diff --git a/include/linux/mtd/qinfo.h b/include/linux/mtd/qinfo.h index 7b3d487d8b3f..b532ce524dae 100644 --- a/include/linux/mtd/qinfo.h +++ b/include/linux/mtd/qinfo.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * @DevId - Chip Device ID | 14 | * @DevId - Chip Device ID |
15 | * @qinfo - pointer to qinfo records describing the chip | 15 | * @qinfo - pointer to qinfo records describing the chip |
16 | * @numchips - number of chips including virual RWW partitions | 16 | * @numchips - number of chips including virual RWW partitions |
17 | * @chipshift - Chip/partiton size 2^chipshift | 17 | * @chipshift - Chip/partition size 2^chipshift |
18 | * @chips - per-chip data structure | 18 | * @chips - per-chip data structure |
19 | */ | 19 | */ |
20 | struct lpddr_private { | 20 | struct lpddr_private { |
diff --git a/include/linux/spi/flash.h b/include/linux/spi/flash.h index 3f22932e67a4..f4199e758f97 100644 --- a/include/linux/spi/flash.h +++ b/include/linux/spi/flash.h | |||
@@ -7,7 +7,7 @@ struct mtd_partition; | |||
7 | * struct flash_platform_data: board-specific flash data | 7 | * struct flash_platform_data: board-specific flash data |
8 | * @name: optional flash device name (eg, as used with mtdparts=) | 8 | * @name: optional flash device name (eg, as used with mtdparts=) |
9 | * @parts: optional array of mtd_partitions for static partitioning | 9 | * @parts: optional array of mtd_partitions for static partitioning |
10 | * @nr_parts: number of mtd_partitions for static partitoning | 10 | * @nr_parts: number of mtd_partitions for static partitioning |
11 | * @type: optional flash device type (e.g. m25p80 vs m25p64), for use | 11 | * @type: optional flash device type (e.g. m25p80 vs m25p64), for use |
12 | * with chips that can't be queried for JEDEC or other IDs | 12 | * with chips that can't be queried for JEDEC or other IDs |
13 | * | 13 | * |