[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48D81705.1030806@zytor.com>
Date: Mon, 22 Sep 2008 15:07:01 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Russ Anderson <rja@....com>
CC: linux-kernel@...r.kernel.org, mingo@...e.hu, tglx@...utronix.de,
Jack Steiner <steiner@....com>
Subject: Re: [PATCH 2/4] x86: Add UV bios call infrastructure
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists