From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com (ale.deltatee.com. [207.54.116.67]) by gmr-mx.google.com with ESMTPS id r1si16263679pfg.4.2017.01.02.17.31.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jan 2017 17:31:15 -0800 (PST) From: Logan Gunthorpe Date: Mon, 2 Jan 2017 18:30:34 -0700 Message-Id: <1483407036-20697-1-git-send-email-logang@deltatee.com> Subject: [PATCH 0/2] Style fixes: open code obfuscating macros To: Xiangliang Yu , Jon Mason , Dave Jiang , Allen Hubbe , Greg Kroah-Hartman Cc: linux-ntb@googlegroups.com, linux-kernel@vger.kernel.org, Logan Gunthorpe List-ID: Hi, I had copied some poor code style from the NTB drivers into an unrelated driver. Upon review of my new code, I learned it was not a good idea to sweep dirty things under the rug^W macro. See [1], where Gregg k-h suggested I fix the problem at the source. Thus, please merge the following two patches to improve the style of the NTB drivers. Thanks, Logan [1] http://www.spinics.net/lists/linux-pci/msg56904.html Logan Gunthorpe (2): ntb_hw_amd: Style fixes: open code macros that just obfuscate code ntb_hw_intel: Style fixes: open code macros that just obfuscate code drivers/ntb/hw/amd/ntb_hw_amd.c | 59 ++++++++------- drivers/ntb/hw/amd/ntb_hw_amd.h | 3 - drivers/ntb/hw/intel/ntb_hw_intel.c | 145 ++++++++++++++++++------------------ drivers/ntb/hw/intel/ntb_hw_intel.h | 3 - 4 files changed, 104 insertions(+), 106 deletions(-) -- 2.1.4