patch-2.4.20 linux-2.4.20/drivers/message/i2o/i2o_core.c
Next file: linux-2.4.20/drivers/message/i2o/i2o_pci.c
Previous file: linux-2.4.20/drivers/message/i2o/README.ioctl
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/message/i2o/i2o_core.c
- Orig date:
Fri Aug 2 17:39:44 2002
diff -urN linux-2.4.19/drivers/message/i2o/i2o_core.c linux-2.4.20/drivers/message/i2o/i2o_core.c
@@ -3390,8 +3390,9 @@
{
if(i2o_quiesce_controller(c))
{
- printk(KERN_WARNING "i2o: Could not quiesce %s." "
- Verify setup on next system power up.\n", c->name);
+ printk(KERN_WARNING "i2o: Could not quiesce %s.\n"
+ "Verify setup on next system power up.\n",
+ c->name);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)