Re: PATCH: cleanup printk and a 32/64bitism

From: Ben Collins
Date: Fri Oct 21 2005 - 09:05:54 EST


> ret = misc_register(&tlclk_miscdev);
> if (ret < 0) {
> - printk(KERN_ERR " misc_register retruns %d\n", ret);
> + printk(KERN_ERR "tlclk: misc_register returns %d.\n", ret);
> ret = -EBUSY;
> goto out3;
> }

Since you're getting nitpicky with this patch, then hopefully this
correction is ok :)

printk(KERN_ERR "tlclk: misc_register returned %d.\n", ret);
^^

--
Ubuntu - http://www.ubuntu.com/
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
SwissDisk - http://www.swissdisk.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/