1 2 3 4 5 6 7
function _printk (msg) %{ printk (KERN_INFO "%s\n", THIS->msg); %} function printk (msg) { return 0 + _printk (msg . "") }