Explorar el Código

scripts/spelling.txt: add regsiter -> register spelling mistake

This typo is quite common.  Fix it and add it to the spelling file so
that checkpatch catches it earlier.

Link: http://lkml.kernel.org/r/20170317011131.6881-2-sboyd@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Stephen Boyd hace 8 años
padre
commit
ad61dd303a

+ 1 - 1
arch/arc/kernel/unwind.c

@@ -845,7 +845,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc,
 				    * state->dataAlign;
 				    * state->dataAlign;
 				break;
 				break;
 			case DW_CFA_def_cfa_register:
 			case DW_CFA_def_cfa_register:
-				unw_debug("cfa_def_cfa_regsiter: ");
+				unw_debug("cfa_def_cfa_register: ");
 				state->cfa.reg = get_uleb128(&ptr.p8, end);
 				state->cfa.reg = get_uleb128(&ptr.p8, end);
 				break;
 				break;
 				/*todo case DW_CFA_def_cfa_expression: */
 				/*todo case DW_CFA_def_cfa_expression: */

+ 1 - 1
arch/arm/kernel/kgdb.c

@@ -269,7 +269,7 @@ int kgdb_arch_remove_breakpoint(struct kgdb_bkpt *bpt)
 
 
 /*
 /*
  * Register our undef instruction hooks with ARM undef core.
  * Register our undef instruction hooks with ARM undef core.
- * We regsiter a hook specifically looking for the KGB break inst
+ * We register a hook specifically looking for the KGB break inst
  * and we handle the normal undef case within the do_undefinstr
  * and we handle the normal undef case within the do_undefinstr
  * handler.
  * handler.
  */
  */

+ 2 - 2
arch/arm/mach-ixp4xx/common-pci.c

@@ -43,14 +43,14 @@
 int (*ixp4xx_pci_read)(u32 addr, u32 cmd, u32* data);
 int (*ixp4xx_pci_read)(u32 addr, u32 cmd, u32* data);
 
 
 /*
 /*
- * Base address for PCI regsiter region
+ * Base address for PCI register region
  */
  */
 unsigned long ixp4xx_pci_reg_base = 0;
 unsigned long ixp4xx_pci_reg_base = 0;
 
 
 /*
 /*
  * PCI cfg an I/O routines are done by programming a 
  * PCI cfg an I/O routines are done by programming a 
  * command/byte enable register, and then read/writing
  * command/byte enable register, and then read/writing
- * the data from a data regsiter. We need to ensure
+ * the data from a data register. We need to ensure
  * these transactions are atomic or we will end up
  * these transactions are atomic or we will end up
  * with corrupt data on the bus or in a driver.
  * with corrupt data on the bus or in a driver.
  */
  */

+ 1 - 1
arch/m68k/ifpsp060/src/ilsp.S

@@ -776,7 +776,7 @@ muls64_zero:
 # ALGORITHM ***********************************************************	#
 # ALGORITHM ***********************************************************	#
 #	In the interest of simplicity, all operands are converted to	#
 #	In the interest of simplicity, all operands are converted to	#
 # longword size whether the operation is byte, word, or long. The	#
 # longword size whether the operation is byte, word, or long. The	#
-# bounds are sign extended accordingly. If Rn is a data regsiter, Rn is #
+# bounds are sign extended accordingly. If Rn is a data register, Rn is #
 # also sign extended. If Rn is an address register, it need not be sign #
 # also sign extended. If Rn is an address register, it need not be sign #
 # extended since the full register is always used.			#
 # extended since the full register is always used.			#
 #	The condition codes are set correctly before the final "rts".	#
 #	The condition codes are set correctly before the final "rts".	#

+ 1 - 1
arch/m68k/ifpsp060/src/isp.S

@@ -1876,7 +1876,7 @@ movp_read_err:
 # word, or longword sized operands. Then, in the interest of		#
 # word, or longword sized operands. Then, in the interest of		#
 # simplicity, all operands are converted to longword size whether the	#
 # simplicity, all operands are converted to longword size whether the	#
 # operation is byte, word, or long. The bounds are sign extended	#
 # operation is byte, word, or long. The bounds are sign extended	#
-# accordingly. If Rn is a data regsiter, Rn is also sign extended. If	#
+# accordingly. If Rn is a data register, Rn is also sign extended. If	#
 # Rn is an address register, it need not be sign extended since the	#
 # Rn is an address register, it need not be sign extended since the	#
 # full register is always used.						#
 # full register is always used.						#
 #	The comparisons are made and the condition codes calculated.	#
 #	The comparisons are made and the condition codes calculated.	#

+ 1 - 1
arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c

@@ -152,7 +152,7 @@ static int __cvmx_helper_errata_asx_pass1(int interface, int port,
 }
 }
 
 
 /**
 /**
- * Configure all of the ASX, GMX, and PKO regsiters required
+ * Configure all of the ASX, GMX, and PKO registers required
  * to get RGMII to function on the supplied interface.
  * to get RGMII to function on the supplied interface.
  *
  *
  * @interface: PKO Interface to configure (0 or 1)
  * @interface: PKO Interface to configure (0 or 1)

+ 1 - 1
arch/mips/include/asm/octeon/cvmx-helper-rgmii.h

@@ -55,7 +55,7 @@ extern int __cvmx_helper_rgmii_probe(int interface);
 extern void cvmx_helper_rgmii_internal_loopback(int port);
 extern void cvmx_helper_rgmii_internal_loopback(int port);
 
 
 /**
 /**
- * Configure all of the ASX, GMX, and PKO regsiters required
+ * Configure all of the ASX, GMX, and PKO registers required
  * to get RGMII to function on the supplied interface.
  * to get RGMII to function on the supplied interface.
  *
  *
  * @interface: PKO Interface to configure (0 or 1)
  * @interface: PKO Interface to configure (0 or 1)

+ 1 - 1
arch/parisc/kernel/entry.S

@@ -1369,7 +1369,7 @@ nadtlb_nullify:
 
 
 	/* 
 	/* 
 		When there is no translation for the probe address then we
 		When there is no translation for the probe address then we
-		must nullify the insn and return zero in the target regsiter.
+		must nullify the insn and return zero in the target register.
 		This will indicate to the calling code that it does not have 
 		This will indicate to the calling code that it does not have 
 		write/read privileges to this address.
 		write/read privileges to this address.
 
 

+ 1 - 1
arch/powerpc/mm/icswx.c

@@ -186,7 +186,7 @@ static u32 acop_get_inst(struct pt_regs *regs)
 }
 }
 
 
 /**
 /**
- * @regs: regsiters at time of interrupt
+ * @regs: registers at time of interrupt
  * @address: storage address
  * @address: storage address
  * @error_code: Fault code, usually the DSISR or ESR depending on
  * @error_code: Fault code, usually the DSISR or ESR depending on
  *		processor type
  *		processor type

+ 1 - 1
drivers/acpi/cppc_acpi.c

@@ -95,7 +95,7 @@ static DEFINE_PER_CPU(struct cpc_desc *, cpc_desc_ptr);
 /* pcc mapped address + header size + offset within PCC subspace */
 /* pcc mapped address + header size + offset within PCC subspace */
 #define GET_PCC_VADDR(offs) (pcc_data.pcc_comm_addr + 0x8 + (offs))
 #define GET_PCC_VADDR(offs) (pcc_data.pcc_comm_addr + 0x8 + (offs))
 
 
-/* Check if a CPC regsiter is in PCC */
+/* Check if a CPC register is in PCC */
 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\
 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\
 				(cpc)->cpc_entry.reg.space_id ==	\
 				(cpc)->cpc_entry.reg.space_id ==	\
 				ACPI_ADR_SPACE_PLATFORM_COMM)
 				ACPI_ADR_SPACE_PLATFORM_COMM)

+ 1 - 1
drivers/clk/qcom/common.c

@@ -128,7 +128,7 @@ static void qcom_cc_gdsc_unregister(void *data)
 
 
 /*
 /*
  * Backwards compatibility with old DTs. Register a pass-through factor 1/1
  * Backwards compatibility with old DTs. Register a pass-through factor 1/1
- * clock to translate 'path' clk into 'name' clk and regsiter the 'path'
+ * clock to translate 'path' clk into 'name' clk and register the 'path'
  * clk as a fixed rate clock if it isn't present.
  * clk as a fixed rate clock if it isn't present.
  */
  */
 static int _qcom_cc_register_board_clk(struct device *dev, const char *path,
 static int _qcom_cc_register_board_clk(struct device *dev, const char *path,

+ 2 - 2
drivers/cpufreq/sti-cpufreq.c

@@ -236,7 +236,7 @@ use_defaults:
 	return 0;
 	return 0;
 }
 }
 
 
-static int sti_cpufreq_fetch_syscon_regsiters(void)
+static int sti_cpufreq_fetch_syscon_registers(void)
 {
 {
 	struct device *dev = ddata.cpu;
 	struct device *dev = ddata.cpu;
 	struct device_node *np = dev->of_node;
 	struct device_node *np = dev->of_node;
@@ -275,7 +275,7 @@ static int sti_cpufreq_init(void)
 		goto skip_voltage_scaling;
 		goto skip_voltage_scaling;
 	}
 	}
 
 
-	ret = sti_cpufreq_fetch_syscon_regsiters();
+	ret = sti_cpufreq_fetch_syscon_registers();
 	if (ret)
 	if (ret)
 		goto skip_voltage_scaling;
 		goto skip_voltage_scaling;
 
 

+ 1 - 1
drivers/infiniband/hw/hns/hns_roce_hw_v1.c

@@ -1721,7 +1721,7 @@ int hns_roce_v1_write_mtpt(void *mb_buf, struct hns_roce_mr *mr,
 	roce_set_field(mpt_entry->mpt_byte_64, MPT_BYTE_64_L_KEY_IDX_H_M,
 	roce_set_field(mpt_entry->mpt_byte_64, MPT_BYTE_64_L_KEY_IDX_H_M,
 		       MPT_BYTE_64_L_KEY_IDX_H_S, mtpt_idx >> MTPT_IDX_SHIFT);
 		       MPT_BYTE_64_L_KEY_IDX_H_S, mtpt_idx >> MTPT_IDX_SHIFT);
 
 
-	/* DMA memory regsiter */
+	/* DMA memory register */
 	if (mr->type == MR_TYPE_DMA)
 	if (mr->type == MR_TYPE_DMA)
 		return 0;
 		return 0;
 
 

+ 1 - 1
drivers/infiniband/hw/hns/hns_roce_mr.c

@@ -205,7 +205,7 @@ int hns_roce_mtt_init(struct hns_roce_dev *hr_dev, int npages, int page_shift,
 		return 0;
 		return 0;
 	}
 	}
 
 
-	/* Note: if page_shift is zero, FAST memory regsiter */
+	/* Note: if page_shift is zero, FAST memory register */
 	mtt->page_shift = page_shift;
 	mtt->page_shift = page_shift;
 
 
 	/* Compute MTT entry necessary */
 	/* Compute MTT entry necessary */

+ 1 - 1
drivers/net/can/rcar/rcar_canfd.c

@@ -413,7 +413,7 @@
 /* RSCFDnRPGACCr */
 /* RSCFDnRPGACCr */
 #define RCANFD_C_RPGACC(r)		(0x1900 + (0x04 * (r)))
 #define RCANFD_C_RPGACC(r)		(0x1900 + (0x04 * (r)))
 
 
-/* CAN FD mode specific regsiter map */
+/* CAN FD mode specific register map */
 
 
 /* RSCFDnCFDCmXXX -> RCANFD_F_XXX(m) */
 /* RSCFDnCFDCmXXX -> RCANFD_F_XXX(m) */
 #define RCANFD_F_DCFG(m)		(0x0500 + (0x20 * (m)))
 #define RCANFD_F_DCFG(m)		(0x0500 + (0x20 * (m)))

+ 2 - 2
drivers/net/ethernet/amd/amd8111e.h

@@ -48,7 +48,7 @@ eg., if the value 10011010b is written into the least significant byte of a comm
 /* 32 bit registers */
 /* 32 bit registers */
 
 
 #define  ASF_STAT		0x00	/* ASF status register */
 #define  ASF_STAT		0x00	/* ASF status register */
-#define CHIPID			0x04	/* Chip ID regsiter */
+#define CHIPID			0x04	/* Chip ID register */
 #define	MIB_DATA		0x10	/* MIB data register */
 #define	MIB_DATA		0x10	/* MIB data register */
 #define MIB_ADDR		0x14	/* MIB address register */
 #define MIB_ADDR		0x14	/* MIB address register */
 #define STAT0			0x30	/* Status0 register */
 #define STAT0			0x30	/* Status0 register */
@@ -648,7 +648,7 @@ typedef enum {
 /* driver ioctl parameters */
 /* driver ioctl parameters */
 #define AMD8111E_REG_DUMP_LEN	 13*sizeof(u32)
 #define AMD8111E_REG_DUMP_LEN	 13*sizeof(u32)
 
 
-/* amd8111e desriptor format */
+/* amd8111e descriptor format */
 
 
 struct amd8111e_tx_dr{
 struct amd8111e_tx_dr{
 
 

+ 1 - 1
drivers/net/ethernet/atheros/atl1c/atl1c_hw.c

@@ -307,7 +307,7 @@ void atl1c_start_phy_polling(struct atl1c_hw *hw, u16 clk_sel)
 
 
 /*
 /*
  * atl1c_read_phy_core
  * atl1c_read_phy_core
- * core function to read register in PHY via MDIO control regsiter.
+ * core function to read register in PHY via MDIO control register.
  * ext: extension register (see IEEE 802.3)
  * ext: extension register (see IEEE 802.3)
  * dev: device address (see IEEE 802.3 DEVAD, PRTAD is fixed to 0)
  * dev: device address (see IEEE 802.3 DEVAD, PRTAD is fixed to 0)
  * reg: reg to read
  * reg: reg to read

+ 1 - 1
drivers/net/ethernet/intel/igb/e1000_phy.c

@@ -127,7 +127,7 @@ out:
  *  @offset: register offset to be read
  *  @offset: register offset to be read
  *  @data: pointer to the read data
  *  @data: pointer to the read data
  *
  *
- *  Reads the MDI control regsiter in the PHY at offset and stores the
+ *  Reads the MDI control register in the PHY at offset and stores the
  *  information read to data.
  *  information read to data.
  **/
  **/
 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)

+ 2 - 2
drivers/scsi/isci/registers.h

@@ -652,7 +652,7 @@ struct scu_iit_entry {
 
 
 
 
 /*
 /*
- * TODO: Where is the SAS_LNKTOV regsiter?
+ * TODO: Where is the SAS_LNKTOV register?
  * TODO: Where is the SAS_PHYTOV register? */
  * TODO: Where is the SAS_PHYTOV register? */
 
 
 #define SCU_SAS_TRANSMIT_IDENTIFICATION_SMP_TARGET_SHIFT            (1)
 #define SCU_SAS_TRANSMIT_IDENTIFICATION_SMP_TARGET_SHIFT            (1)
@@ -1827,7 +1827,7 @@ struct scu_peg_registers {
 };
 };
 
 
 /**
 /**
- * struct scu_registers - SCU regsiters including both PEG registers if we turn
+ * struct scu_registers - SCU registers including both PEG registers if we turn
  *    on that compile option. All of these registers are in the memory mapped
  *    on that compile option. All of these registers are in the memory mapped
  *    space returned from BAR1.
  *    space returned from BAR1.
  *
  *

+ 1 - 1
drivers/scsi/mpt3sas/mpt3sas_base.h

@@ -1421,7 +1421,7 @@ void mpt3sas_ctl_add_to_event_log(struct MPT3SAS_ADAPTER *ioc,
 	Mpi2EventNotificationReply_t *mpi_reply);
 	Mpi2EventNotificationReply_t *mpi_reply);
 
 
 void mpt3sas_enable_diag_buffer(struct MPT3SAS_ADAPTER *ioc,
 void mpt3sas_enable_diag_buffer(struct MPT3SAS_ADAPTER *ioc,
-	u8 bits_to_regsiter);
+	u8 bits_to_register);
 int mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type,
 int mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type,
 	u8 *issue_reset);
 	u8 *issue_reset);
 
 

+ 1 - 1
include/linux/bcma/bcma_driver_pci.h

@@ -80,7 +80,7 @@ struct pci_dev;
 #define  BCMA_CORE_PCI_MDIODATA_DEV_TX		0x1e	/* SERDES TX Dev */
 #define  BCMA_CORE_PCI_MDIODATA_DEV_TX		0x1e	/* SERDES TX Dev */
 #define  BCMA_CORE_PCI_MDIODATA_DEV_RX		0x1f	/* SERDES RX Dev */
 #define  BCMA_CORE_PCI_MDIODATA_DEV_RX		0x1f	/* SERDES RX Dev */
 #define BCMA_CORE_PCI_PCIEIND_ADDR		0x0130	/* indirect access to the internal register */
 #define BCMA_CORE_PCI_PCIEIND_ADDR		0x0130	/* indirect access to the internal register */
-#define BCMA_CORE_PCI_PCIEIND_DATA		0x0134	/* Data to/from the internal regsiter */
+#define BCMA_CORE_PCI_PCIEIND_DATA		0x0134	/* Data to/from the internal register */
 #define BCMA_CORE_PCI_CLKREQENCTRL		0x0138	/*  >= rev 6, Clkreq rdma control */
 #define BCMA_CORE_PCI_CLKREQENCTRL		0x0138	/*  >= rev 6, Clkreq rdma control */
 #define BCMA_CORE_PCI_PCICFG0			0x0400	/* PCI config space 0 (rev >= 8) */
 #define BCMA_CORE_PCI_PCICFG0			0x0400	/* PCI config space 0 (rev >= 8) */
 #define BCMA_CORE_PCI_PCICFG1			0x0500	/* PCI config space 1 (rev >= 8) */
 #define BCMA_CORE_PCI_PCICFG1			0x0500	/* PCI config space 1 (rev >= 8) */

+ 1 - 1
include/linux/ftrace.h

@@ -72,7 +72,7 @@ ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops);
  * CONTROL, SAVE_REGS, SAVE_REGS_IF_SUPPORTED, RECURSION_SAFE, STUB and
  * CONTROL, SAVE_REGS, SAVE_REGS_IF_SUPPORTED, RECURSION_SAFE, STUB and
  * IPMODIFY are a kind of attribute flags which can be set only before
  * IPMODIFY are a kind of attribute flags which can be set only before
  * registering the ftrace_ops, and can not be modified while registered.
  * registering the ftrace_ops, and can not be modified while registered.
- * Changing those attribute flags after regsitering ftrace_ops will
+ * Changing those attribute flags after registering ftrace_ops will
  * cause unexpected results.
  * cause unexpected results.
  *
  *
  * ENABLED - set/unset when ftrace_ops is registered/unregistered
  * ENABLED - set/unset when ftrace_ops is registered/unregistered

+ 1 - 1
include/uapi/linux/ipmi.h

@@ -355,7 +355,7 @@ struct ipmi_cmdspec {
 #define IPMICTL_REGISTER_FOR_CMD	_IOR(IPMI_IOC_MAGIC, 14,	\
 #define IPMICTL_REGISTER_FOR_CMD	_IOR(IPMI_IOC_MAGIC, 14,	\
 					     struct ipmi_cmdspec)
 					     struct ipmi_cmdspec)
 /*
 /*
- * Unregister a regsitered command.  error values:
+ * Unregister a registered command.  error values:
  *  - EFAULT - an address supplied was invalid.
  *  - EFAULT - an address supplied was invalid.
  *  - ENOENT - The netfn/cmd was not found registered for this user.
  *  - ENOENT - The netfn/cmd was not found registered for this user.
  */
  */

+ 1 - 0
scripts/spelling.txt

@@ -891,6 +891,7 @@ registerd||registered
 registeresd||registered
 registeresd||registered
 registes||registers
 registes||registers
 registraration||registration
 registraration||registration
+regsiter||register
 regster||register
 regster||register
 regualar||regular
 regualar||regular
 reguator||regulator
 reguator||regulator

+ 1 - 1
sound/soc/soc-core.c

@@ -936,7 +936,7 @@ static struct snd_soc_component *soc_find_component(
  *
  *
  * @dlc: name of the DAI and optional component info to match
  * @dlc: name of the DAI and optional component info to match
  *
  *
- * This function will search all regsitered components and their DAIs to
+ * This function will search all registered components and their DAIs to
  * find the DAI of the same name. The component's of_node and name
  * find the DAI of the same name. The component's of_node and name
  * should also match if being specified.
  * should also match if being specified.
  *
  *