[PATCH V3 1/1] X86: Probe for PIC and set legacy_pic appropriately

H. Peter Anvin hpa at zytor.com
Mon Apr 14 17:08:02 UTC 2014


On 04/14/2014 10:46 AM, K. Y. Srinivasan wrote:
> +	new_val = inb(PIC_MASTER_IMR);
> +	if (probe_val != new_val) {

Nitpick: Linux coding style should have this as:

	if (new_val != probe_val)

	-hpa




More information about the devel mailing list