Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11832
b: refs/heads/master
c: 3fa63c7
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Oct 31, 2005
1 parent 3b2f0f5 commit 31758bc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfb7dac3af623a68262536437af008ed6aba4d88
refs/heads/master: 3fa63c7d82ab9a12a5d0a299069f8df9f35aa011
2 changes: 1 addition & 1 deletion trunk/drivers/char/ser_a2232.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/message/i2o/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/islpci_mgt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/ibmphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_addrtype.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static int checkentry(const char *tablename, const struct ipt_ip *ip,
unsigned int hook_mask)
{
if (matchsize != IPT_ALIGN(sizeof(struct ipt_addrtype_info))) {
printk(KERN_ERR "ipt_addrtype: invalid size (%u != %Zu)\n.",
printk(KERN_ERR "ipt_addrtype: invalid size (%u != %Zu)\n",
matchsize, IPT_ALIGN(sizeof(struct ipt_addrtype_info)));
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/awe_wave.c
Original file line number Diff line number Diff line change
Expand Up @@ -6062,7 +6062,7 @@ static int awe_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id
io1 = pnp_port_start(dev,0);
io2 = pnp_port_start(dev,1);
io3 = pnp_port_start(dev,2);
printk(KERN_INFO "AWE32: A PnP Wave Table was detected at IO's %#x,%#x,%#x\n.",
printk(KERN_INFO "AWE32: A PnP Wave Table was detected at IO's %#x,%#x,%#x.\n",
io1, io2, io3);
setup_ports(io1, io2, io3);

Expand Down

0 comments on commit 31758bc

Please sign in to comment.