Loading drivers/char/ser_a2232.c +1 −1 Original line number Diff line number Diff line Loading @@ -790,7 +790,7 @@ static int __init a2232board_init(void) } printk("Total: %d A2232 boards initialized.\n.", nr_a2232); /* Some status report if no card was found */ printk("Total: %d A2232 boards initialized.\n", nr_a2232); /* Some status report if no card was found */ a2232_init_portstructs(); Loading drivers/message/i2o/debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ static void i2o_report_fail_status(u8 req_status, u32 * msg) }; if (req_status == I2O_FSC_TRANSPORT_UNKNOWN_FAILURE) printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x)\n.", printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x).\n", req_status); else printk(KERN_DEBUG "TRANSPORT_%s.\n", Loading drivers/net/wireless/prism54/islpci_mgt.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ islpci_mgmt_rx_fill(struct net_device *ndev) PCI_DMA_FROMDEVICE); if (!buf->pci_addr) { printk(KERN_WARNING "Failed to make memory DMA'able\n."); "Failed to make memory DMA'able.\n"); return -ENOMEM; } } Loading drivers/pci/hotplug/ibmphp_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,7 @@ static int enable_slot(struct hotplug_slot *hs) if (rc) { err("Adding this card exceeds the limitations of this bus.\n"); err("(i.e., >1 133MHz cards running on same bus, or " ">2 66 PCI cards running on same bus\n."); ">2 66 PCI cards running on same bus.\n"); err("Try hot-adding into another bus\n"); rc = -EINVAL; goto error_nopower; Loading drivers/usb/input/pid.c +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ static int hid_pid_upload_effect(struct input_dev *dev, } effect->id = id; dev_dbg(&pid_private->hid->dev->dev, "effect ID is %d\n.", id); dev_dbg(&pid_private->hid->dev->dev, "effect ID is %d.\n", id); pid_private->effects[id].owner = current->pid; pid_private->effects[id].flags = (1 << FF_PID_FLAGS_USED); spin_unlock_irqrestore(&pid_private->lock, flags); Loading Loading
drivers/char/ser_a2232.c +1 −1 Original line number Diff line number Diff line Loading @@ -790,7 +790,7 @@ static int __init a2232board_init(void) } printk("Total: %d A2232 boards initialized.\n.", nr_a2232); /* Some status report if no card was found */ printk("Total: %d A2232 boards initialized.\n", nr_a2232); /* Some status report if no card was found */ a2232_init_portstructs(); Loading
drivers/message/i2o/debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ static void i2o_report_fail_status(u8 req_status, u32 * msg) }; if (req_status == I2O_FSC_TRANSPORT_UNKNOWN_FAILURE) printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x)\n.", printk(KERN_DEBUG "TRANSPORT_UNKNOWN_FAILURE (%0#2x).\n", req_status); else printk(KERN_DEBUG "TRANSPORT_%s.\n", Loading
drivers/net/wireless/prism54/islpci_mgt.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ islpci_mgmt_rx_fill(struct net_device *ndev) PCI_DMA_FROMDEVICE); if (!buf->pci_addr) { printk(KERN_WARNING "Failed to make memory DMA'able\n."); "Failed to make memory DMA'able.\n"); return -ENOMEM; } } Loading
drivers/pci/hotplug/ibmphp_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,7 @@ static int enable_slot(struct hotplug_slot *hs) if (rc) { err("Adding this card exceeds the limitations of this bus.\n"); err("(i.e., >1 133MHz cards running on same bus, or " ">2 66 PCI cards running on same bus\n."); ">2 66 PCI cards running on same bus.\n"); err("Try hot-adding into another bus\n"); rc = -EINVAL; goto error_nopower; Loading
drivers/usb/input/pid.c +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ static int hid_pid_upload_effect(struct input_dev *dev, } effect->id = id; dev_dbg(&pid_private->hid->dev->dev, "effect ID is %d\n.", id); dev_dbg(&pid_private->hid->dev->dev, "effect ID is %d.\n", id); pid_private->effects[id].owner = current->pid; pid_private->effects[id].flags = (1 << FF_PID_FLAGS_USED); spin_unlock_irqrestore(&pid_private->lock, flags); Loading