* Byungchul Park <[email protected]> wrote: > + > + /* > + * If this function is called from printk(), then we should > + * not call printk() more. Or it will cause an infinite > + * recursive cycle!
This should be something like:
> + * If this function is called from within printk() then we
> + * should not call printk() again, or it will recurse
> + * infinitely.
Thanks,
Ingo

