Signed-off-by: Pei-Hsuan Hung <afc...@gmail.com> Acked-by: Liviu Dudau <liviu.du...@arm.com> Cc: triv...@kernel.org --- Hi Liviu, thanks for your reply. This patch is generated by a script so at first I didn't notice there is also a typo in the word coefficient. I've fixed the typo in this version.
arch/powerpc/kernel/eeh.c | 2 +- arch/powerpc/platforms/cell/spufs/switch.c | 4 ++-- drivers/extcon/extcon-rt8973a.c | 2 +- drivers/gpu/drm/arm/malidp_regs.h | 2 +- drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h | 2 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 2 +- fs/userfaultfd.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c index c0e4b73191f3..d75c9c24ec4d 100644 --- a/arch/powerpc/kernel/eeh.c +++ b/arch/powerpc/kernel/eeh.c @@ -1030,7 +1030,7 @@ int __init eeh_ops_register(struct eeh_ops *ops) } /** - * eeh_ops_unregister - Unreigster platform dependent EEH operations + * eeh_ops_unregister - Unregister platform dependent EEH operations * @name: name of EEH platform operations * * Unregister the platform dependent EEH operation callback diff --git a/arch/powerpc/platforms/cell/spufs/switch.c b/arch/powerpc/platforms/cell/spufs/switch.c index 5c3f5d088c3b..9548a086937b 100644 --- a/arch/powerpc/platforms/cell/spufs/switch.c +++ b/arch/powerpc/platforms/cell/spufs/switch.c @@ -574,7 +574,7 @@ static inline void save_mfc_rag(struct spu_state *csa, struct spu *spu) { /* Save, Step 38: * Save RA_GROUP_ID register and the - * RA_ENABLE reigster in the CSA. + * RA_ENABLE register in the CSA. */ csa->priv1.resource_allocation_groupID_RW = spu_resource_allocation_groupID_get(spu); @@ -1227,7 +1227,7 @@ static inline void restore_mfc_rag(struct spu_state *csa, struct spu *spu) { /* Restore, Step 29: * Restore RA_GROUP_ID register and the - * RA_ENABLE reigster from the CSA. + * RA_ENABLE register from the CSA. */ spu_resource_allocation_groupID_set(spu, csa->priv1.resource_allocation_groupID_RW); diff --git a/drivers/extcon/extcon-rt8973a.c b/drivers/extcon/extcon-rt8973a.c index 40c07f4d656e..e75c03792398 100644 --- a/drivers/extcon/extcon-rt8973a.c +++ b/drivers/extcon/extcon-rt8973a.c @@ -270,7 +270,7 @@ static int rt8973a_muic_get_cable_type(struct rt8973a_muic_info *info) } cable_type = adc & RT8973A_REG_ADC_MASK; - /* Read Device 1 reigster to identify correct cable type */ + /* Read Device 1 register to identify correct cable type */ ret = regmap_read(info->regmap, RT8973A_REG_DEV1, &dev1); if (ret) { dev_err(info->dev, "failed to read DEV1 register\n"); diff --git a/drivers/gpu/drm/arm/malidp_regs.h b/drivers/gpu/drm/arm/malidp_regs.h index 993031542fa1..9b4f95d8ccec 100644 --- a/drivers/gpu/drm/arm/malidp_regs.h +++ b/drivers/gpu/drm/arm/malidp_regs.h @@ -145,7 +145,7 @@ #define MALIDP_SE_COEFFTAB_DATA_MASK 0x3fff #define MALIDP_SE_SET_COEFFTAB_DATA(x) \ ((x) & MALIDP_SE_COEFFTAB_DATA_MASK) -/* Enhance coeffents reigster offset */ +/* Enhance coefficients register offset */ #define MALIDP_SE_IMAGE_ENH 0x3C /* ENH_LIMITS offset 0x0 */ #define MALIDP_SE_ENH_LOW_LEVEL 24 diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h index 99c6f7eefd85..d03c8f12a15c 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h @@ -58,7 +58,7 @@ struct fw_priv { /* 0x81: PCI-AP, 01:PCIe, 02: 92S-U, * 0x82: USB-AP, 0x12: 72S-U, 03:SDIO */ u8 hci_sel; - /* the same value as reigster value */ + /* the same value as register value */ u8 chip_version; /* customer ID low byte */ u8 customer_id_0; diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 28ecaa7fc715..42b125602d72 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c @@ -6551,7 +6551,7 @@ lpfc_sli4_unregister_fcf(struct lpfc_hba *phba) * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan * @phba: Pointer to hba context object. * - * This function unregisters the currently reigstered FCF. This function + * This function unregisters the currently registered FCF. This function * also tries to find another FCF for discovery by rescan the HBA FCF table. */ void diff --git a/fs/userfaultfd.c b/fs/userfaultfd.c index ccbdbd62f0d8..612dc1240f90 100644 --- a/fs/userfaultfd.c +++ b/fs/userfaultfd.c @@ -267,7 +267,7 @@ static inline bool userfaultfd_huge_must_wait(struct userfaultfd_ctx *ctx, #endif /* CONFIG_HUGETLB_PAGE */ /* - * Verify the pagetables are still not ok after having reigstered into + * Verify the pagetables are still not ok after having registered into * the fault_pending_wqh to avoid userland having to UFFDIO_WAKE any * userfault that has already been resolved, if userfaultfd_read and * UFFDIO_COPY|ZEROPAGE are being run simultaneously on two different -- 2.17.1