Return-path: Received: from mail.atheros.com ([12.36.123.2]:31788 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753381Ab0C2WZB (ORCPT ); Mon, 29 Mar 2010 18:25:01 -0400 Date: Mon, 29 Mar 2010 15:24:59 -0700 From: "Luis R. Rodriguez" To: Luis de Bethencourt CC: "linville@tuxdriver.com" , Luis Rodriguez , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Luis de Bethencourt Subject: Re: [PATCH] Net: wireless: ath: fix macros coding style issue in hw.c 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" In-Reply-To: <1269894879-13884-1-git-send-email-luisbg@ubuntu.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: 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