Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Matt Turner
fb430b39 a8faab54

+1 -1
+1 -1
arch/alpha/kernel/core_wildfire.c
··· 559 559 printk(KERN_ERR " QSD_REV: 0x%16lx\n", qsd->qsd_rev.csr); 560 560 printk(KERN_ERR " QSD_PORT_PRESENT: 0x%16lx\n", 561 561 qsd->qsd_port_present.csr); 562 - printk(KERN_ERR " QSD_PORT_ACTUVE: 0x%16lx\n", 562 + printk(KERN_ERR " QSD_PORT_ACTIVE: 0x%16lx\n", 563 563 qsd->qsd_port_active.csr); 564 564 printk(KERN_ERR " QSD_FAULT_ENA: 0x%16lx\n", 565 565 qsd->qsd_fault_ena.csr);