On Jan 3, 2008 10:03 AM, Stefan Reinauer stepan@coresystems.de wrote:
- ron minnich rminnich@gmail.com [080103 18:50]:
+void banner(int level, char *s) +{
printk(level, "===========================%s===========================\n", s);
+}
I don't like this function all too much.. I'd prefer something where the width of the banner stays constant.
hmm. OK, that means a strlen call but I guess we can do it.
ron