Re: [Xen-devel] [PATCH 1/4] xen: Add privcmd device driver

From: Ian Campbell
Date: Thu Dec 08 2011 - 03:19:46 EST


On Wed, 2011-12-07 at 21:13 +0000, Bastian Blank wrote:
> +static int __init privcmd_init(void)
> +{
> + int err;
> +
> + if (!xen_domain())
> + return -ENODEV;
> +
> + err = misc_register(&privcmd_dev);
> + if (err != 0) {
> + printk(KERN_ERR "Could not register privcmd device\n");

Should say "...register Xen privcmd device". Otherwise:

Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>



--
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/