|
@@ -2248,7 +2248,7 @@ static irqreturn_t multi_interrupt(int irq, void *dev_id)
|
|
|
mtpt = list_entry(lhead, struct mp_port, list);
|
|
|
|
|
|
iir = serial_in(mtpt, UART_IIR);
|
|
|
- printk("intrrupt! port %d, iir 0x%x\n", mtpt->port.line, iir); //wlee
|
|
|
+ printk("interrupt! port %d, iir 0x%x\n", mtpt->port.line, iir); //wlee
|
|
|
if (!(iir & UART_IIR_NO_INT))
|
|
|
{
|
|
|
printk("interrupt handle\n");
|
|
@@ -2830,7 +2830,7 @@ static void __init multi_init_ports(void)
|
|
|
|
|
|
mtpt->port.uartclk = BASE_BAUD * 16;
|
|
|
|
|
|
- /* get input clock infomation */
|
|
|
+ /* get input clock information */
|
|
|
osc = inb(sbdev->option_reg_addr + MP_OPTR_DIR0 + i/8) & 0x0F;
|
|
|
if (osc==0x0f)
|
|
|
osc = 0;
|