From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.syrjala@linux.intel.com Subject: [PATCH i-g-t/libdrm] Massasge intel_chipset.h Date: Mon, 18 Feb 2013 21:41:08 +0200 Message-ID: <1361216472-8600-1-git-send-email-ville.syrjala@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 2394EE5C12 for ; Mon, 18 Feb 2013 11:41:28 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org The main thing here is to make the macros a bit safer by wrapping the macro argument evaluations in parens. Since that already touching huge portion of the file, I went a bit further and make the whitespace style uniform throughout the file. The other two small patches just unify the i-g-t and libdrm copies of the file a bit more. The diff between them is now just a few macros existing in only one copy, some whitespace/word difference in the license text, and different copyright holders :)