Re: [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT.

From: Tejun Heo
Date: Mon Aug 12 2013 - 10:16:03 EST


On Thu, Aug 08, 2013 at 01:03:56PM +0800, Tang Chen wrote:
> + pr_info("SRAT: Node %u PXM %u [mem %#010Lx-%#010Lx]%s\n",
> + node, pxm,
> + (unsigned long long) start, (unsigned long long) end - 1,
> + hotpluggable ? " Hot Pluggable" : "");

Wouldn't it be better to just print "hotplug"?

Thanks.

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