summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-12 15:53:14 +0100
committerMatt Turner <mattst88@gmail.com>2018-12-21 11:57:57 -0500
commitfb430b39dbb0def3c7fc47a79fb02c5dfcda9f9c (patch)
tree3cc52f15078db9d401d6b909376455d5cc3806c0 /arch/alpha
parenta8faab540f0ab2a03afd12e361d3c6e463226fae (diff)
downloadlinux-0-day-fb430b39dbb0def3c7fc47a79fb02c5dfcda9f9c.tar.gz
linux-0-day-fb430b39dbb0def3c7fc47a79fb02c5dfcda9f9c.tar.xz
alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE
Trivial fix to spelling mistake in kernel error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/kernel/core_wildfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/core_wildfire.c b/arch/alpha/kernel/core_wildfire.c
index 353c03d154420..e8d3b033018df 100644
--- a/arch/alpha/kernel/core_wildfire.c
+++ b/arch/alpha/kernel/core_wildfire.c
@@ -559,7 +559,7 @@ wildfire_dump_qsd_regs(int qbbno)
printk(KERN_ERR " QSD_REV: 0x%16lx\n", qsd->qsd_rev.csr);
printk(KERN_ERR " QSD_PORT_PRESENT: 0x%16lx\n",
qsd->qsd_port_present.csr);
- printk(KERN_ERR " QSD_PORT_ACTUVE: 0x%16lx\n",
+ printk(KERN_ERR " QSD_PORT_ACTIVE: 0x%16lx\n",
qsd->qsd_port_active.csr);
printk(KERN_ERR " QSD_FAULT_ENA: 0x%16lx\n",
qsd->qsd_fault_ena.csr);