Re: [PATCH 2/2] Drivers: hv: Add Hyper-V balloon driver

From: Rusty Russell
Date: Mon Oct 08 2012 - 01:49:15 EST


"K. Y. Srinivasan" <kys@xxxxxxxxxxxxx> writes:
> +static int hot_add;
> +
> +module_param(hot_add, int, S_IRUGO);
> +MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");

I think this should be a 'bool', but I can't tell, since it's not used
in this patch.

Cheers,
Rusty.
--
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/