From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in kernel error message

Signed-off-by: Colin Ian King <[email protected]>
---
 arch/alpha/kernel/core_wildfire.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/kernel/core_wildfire.c 
b/arch/alpha/kernel/core_wildfire.c
index cad36fc6ed7d..445e96e0c206 100644
--- a/arch/alpha/kernel/core_wildfire.c
+++ b/arch/alpha/kernel/core_wildfire.c
@@ -557,7 +557,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);
-- 
2.17.1

Reply via email to