: OK, so i'm probably missing something REALLY
: obvious, but whats the regex for a space?
' ' if you want to match a space exclusively
. if it doesn't really matter and you can match it to any single character
--Josh
------------------------
panic("esp: Mr. Potatoe Head is on the loose!");
panic("esp: penguin doesn't disconnect after status msg-ack.");
panic("esp: Heading to the promised land.");
(All from src/linux/drivers/scsi/esp.c)