On Mon, May 07, 2012 at 01:38:51PM +0800, Daniel J Blueman wrote:
> Fix BTRFS messages to print a newline where there should be one.
Please prefix the patch subject line with 'btrfs: '
> --- a/fs/btrfs/super.c
> +++ b/fs/btrfs/super.c
> @@ -1501,7 +1501,7 @@ static int btrfs_interface_init(void)
> static void btrfs_interface_exit(void)
> {
> if (misc_deregister(&btrfs_misc) < 0)
> - printk(KERN_INFO "misc_deregister failed for control device");
> + printk(KERN_INFO "misc_deregister failed for control device\n");
printk(KERN_INFO "btrfs: misc_deregister failed for control device\n");
and here as well, otherwise ok, thanks.
david
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html