Re: [PATCH 2/4] x86: Add UV bios call infrastructure
From: H. Peter Anvin
Date: Mon Sep 22 2008 - 18:07:38 EST
Russ Anderson wrote:
+ if (tab->function == (unsigned long)NULL)
Preferred style is:
if (!tab->function)
-hpa
--
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/