From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH] Net: wireless: ath: fix macros coding style issue in hw.c Date: Mon, 29 Mar 2010 15:24:59 -0700 Message-ID: <20100329222459.GC2852@tux> References: <1269894879-13884-1-git-send-email-luisbg@ubuntu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: "linville@tuxdriver.com" , Luis Rodriguez , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Luis de Bethencourt To: Luis de Bethencourt Return-path: Received: from mail.atheros.com ([10.10.20.108]) by sidewinder.atheros.com for ; Mon, 29 Mar 2010 15:25:01 -0700 Content-Disposition: inline In-Reply-To: <1269894879-13884-1-git-send-email-luisbg@ubuntu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Mar 29, 2010 at 01:34:39PM -0700, Luis de Bethencourt wrote: > From: Luis de Bethencourt > > This is a patch to the ath/hw.c file that fixes up a warning about > macros found by the checkpatch.pl tool, that said that complex values > should be enclosed in parenthesis. > > Signed-off-by: Luis de Bethencourt Acked-by: Luis R. Rodriguez Luis