Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ab102d6 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0f5e1558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ struct mtd_info;
 * set_vpp:	method called to enable or disable VPP
 * mmcontrol:	method called to enable or disable Sync. Burst Read in OneNAND
 * parts:	optional array of mtd_partitions for static partitioning
 * nr_parts:	number of mtd_partitions for static partitoning
 * nr_parts:	number of mtd_partitions for static partitioning
 */
struct flash_platform_data {
	const char	*map_name;
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ static int sn_topology_show(struct seq_file *s, void *d)
				/* both ends local to this partition */
				seq_puts(s, " local");
			else if (SN_HWPERF_FOREIGN(p))
				/* both ends of the link in foreign partiton */
				/* both ends of the link in foreign partition */
				seq_puts(s, " foreign");
			else
				/* link straddles a partition */
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
				label = "kernel";
				reg = <0x01c00000 0x002e0000>;
			};
			partiton@1ee0000 {
			partition@1ee0000 {
				label = "dtb";
				reg = <0x01ee0000 0x00020000>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];

#ifndef __ASSEMBLY__
/*
 * ISA 3.0 partiton and process table entry format
 * ISA 3.0 partition and process table entry format
 */
struct prtb_entry {
	__be64 prtb0;
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ static inline unsigned int fh_send_nmi(unsigned int vcpu_mask)
#define FH_DTPROP_MAX_PROPLEN 32768

/**
 * fh_partiton_get_dtprop - get a property from a guest device tree.
 * fh_partition_get_dtprop - get a property from a guest device tree.
 * @handle: handle of partition whose device tree is to be accessed
 * @dtpath_addr: physical address of device tree path to access
 * @propname_addr: physical address of name of property
Loading