Re: [PATCH][linux-next][trivial] treewide: Fix typo in printk

2016-09-18 Thread Randy Dunlap
On 09/17/16 07:44, Masanari Iida wrote:
> This patch fix spelling typos in printk and kconfig.
> 
> Signed-off-by: Masanari Iida 

Acked-by: Randy Dunlap 

Thanks.

> ---
>  arch/arm64/kernel/hibernate.c   | 4 ++--
>  arch/mips/kernel/asm-offsets.c  | 2 +-
>  arch/sh/kernel/cpu/Makefile | 2 +-
>  arch/sh/kernel/cpu/irq/Makefile | 2 +-
>  drivers/acpi/Kconfig| 2 +-
>  drivers/isdn/hisax/q931.c   | 2 +-
>  drivers/media/usb/dvb-usb-v2/af9015.c   | 2 +-
>  drivers/mfd/max77620.c  | 2 +-
>  drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c   | 2 +-
>  drivers/net/ethernet/qlogic/qed/qed_int.c   | 4 ++--
>  drivers/net/ethernet/qlogic/qed/qed_sp_commands.c   | 2 +-
>  drivers/net/wireless/ath/ath10k/pci.c   | 2 +-
>  drivers/net/wireless/ath/wil6210/txrx.c | 2 +-
>  drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.c | 2 +-
>  drivers/scsi/aic7xxx/aicasm/aicasm.c| 2 +-
>  drivers/usb/dwc3/gadget.c   | 2 +-
>  scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
>  scripts/gcc-plugins/sancov_plugin.c | 2 +-
>  tools/power/acpi/tools/ec/ec_access.c   | 2 +-
>  19 files changed, 21 insertions(+), 21 deletions(-)


-- 
~Randy


[PATCH][linux-next][trivial] treewide: Fix typo in printk

2016-09-17 Thread Masanari Iida
This patch fix spelling typos in printk and kconfig.

Signed-off-by: Masanari Iida 
---
 arch/arm64/kernel/hibernate.c   | 4 ++--
 arch/mips/kernel/asm-offsets.c  | 2 +-
 arch/sh/kernel/cpu/Makefile | 2 +-
 arch/sh/kernel/cpu/irq/Makefile | 2 +-
 drivers/acpi/Kconfig| 2 +-
 drivers/isdn/hisax/q931.c   | 2 +-
 drivers/media/usb/dvb-usb-v2/af9015.c   | 2 +-
 drivers/mfd/max77620.c  | 2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c   | 2 +-
 drivers/net/ethernet/qlogic/qed/qed_int.c   | 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c   | 2 +-
 drivers/net/wireless/ath/ath10k/pci.c   | 2 +-
 drivers/net/wireless/ath/wil6210/txrx.c | 2 +-
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.c | 2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm.c| 2 +-
 drivers/usb/dwc3/gadget.c   | 2 +-
 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
 scripts/gcc-plugins/sancov_plugin.c | 2 +-
 tools/power/acpi/tools/ec/ec_access.c   | 2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index d55a7b09959b..fe301cbcb442 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -136,7 +136,7 @@ int arch_hibernation_header_save(void *addr, unsigned int 
max_size)
 
/* Save the mpidr of the cpu we called cpu_suspend() on... */
if (sleep_cpu < 0) {
-   pr_err("Failing to hibernate on an unkown CPU.\n");
+   pr_err("Failing to hibernate on an unknown CPU.\n");
return -ENODEV;
}
hdr->sleep_cpu_mpidr = cpu_logical_map(sleep_cpu);
@@ -547,7 +547,7 @@ int swsusp_arch_resume(void)
 int hibernate_resume_nonboot_cpu_disable(void)
 {
if (sleep_cpu < 0) {
-   pr_err("Failing to resume from hibernate on an unkown CPU.\n");
+   pr_err("Failing to resume from hibernate on an unknown CPU.\n");
return -ENODEV;
}
 
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c
index fae2f9447792..6080582a26d1 100644
--- a/arch/mips/kernel/asm-offsets.c
+++ b/arch/mips/kernel/asm-offsets.c
@@ -341,7 +341,7 @@ void output_pm_defines(void)
 
 void output_kvm_defines(void)
 {
-   COMMENT(" KVM/MIPS Specfic offsets. ");
+   COMMENT(" KVM/MIPS Specific offsets. ");
 
OFFSET(VCPU_FPR0, kvm_vcpu_arch, fpu.fpr[0]);
OFFSET(VCPU_FPR1, kvm_vcpu_arch, fpu.fpr[1]);
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile
index accc7ca722e1..252e9fee687f 100644
--- a/arch/sh/kernel/cpu/Makefile
+++ b/arch/sh/kernel/cpu/Makefile
@@ -1,5 +1,5 @@
 #
-# Makefile for the Linux/SuperH CPU-specifc backends.
+# Makefile for the Linux/SuperH CPU-specific backends.
 #
 
 obj-$(CONFIG_CPU_SH2)  = sh2/
diff --git a/arch/sh/kernel/cpu/irq/Makefile b/arch/sh/kernel/cpu/irq/Makefile
index f0c7025a67d1..3f8e79402d7d 100644
--- a/arch/sh/kernel/cpu/irq/Makefile
+++ b/arch/sh/kernel/cpu/irq/Makefile
@@ -1,5 +1,5 @@
 #
-# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
+# Makefile for the Linux/SuperH CPU-specific IRQ handlers.
 #
 obj-$(CONFIG_SUPERH32) += imask.o
 obj-$(CONFIG_CPU_SH5)  += intc-sh5.o
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 3467b6c029f3..1ebfedaba415 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -101,7 +101,7 @@ config ACPI_PROCFS_POWER
  Say N to delete power /proc/acpi/ directories that have moved to /sys/
 
 config ACPI_REV_OVERRIDE_POSSIBLE
-   bool "Allow supported ACPI revision to be overriden"
+   bool "Allow supported ACPI revision to be overridden"
depends on X86
default y
help
diff --git a/drivers/isdn/hisax/q931.c b/drivers/isdn/hisax/q931.c
index ba4beb25d872..298c8dba0321 100644
--- a/drivers/isdn/hisax/q931.c
+++ b/drivers/isdn/hisax/q931.c
@@ -855,7 +855,7 @@ struct DTag { /* Display tags */
{ 0x8c, "Reason" },
{ 0x8d, "Calling party name" },
{ 0x8e, "Called party name" },
-   { 0x8f, "Orignal called name" },
+   { 0x8f, "Original called name" },
{ 0x90, "Redirecting name" },
{ 0x91, "Connected name" },
{ 0x92, "Originating restrictions" },
diff --git a/drivers/media/usb/dvb-usb-v2/af9015.c 
b/drivers/media/usb/dvb-usb-v2/af9015.c
index 09e0f58f6bb7..c39aa00ee250 100644
--- a/drivers/media/usb/dvb-usb-v2/af9015.c
+++ b/drivers/media/usb/dvb-usb-v2/af9015.c
@@ -1451,7 +1451,7 @@ static const struct usb_device_id af9015_id_table[] = {
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CONCEPTRONIC_CTVDIGRCU,
&af9015_props, "Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0", 
NULL) },