From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from out3.smtp.messagingengine.com ([66.111.4.27]:48358 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318Ab1HYPrP (ORCPT ); Thu, 25 Aug 2011 11:47:15 -0400 Date: Thu, 25 Aug 2011 08:47:05 -0700 From: Greg KH To: Joe Perches Cc: Henry Ptasinski , linux-kernel@vger.kernel.org, Brett Rudley , Arend Van Spriel , Roland Vossen , "Franky (Zhenhui) Lin" , devel@linuxdriverproject.org, Greg KH , Kan Yan , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: brcmfmac: Consolidate debugging macros Message-ID: <20110825154705.GA6567@kroah.com> (sfid-20110825_174730_854678_12984E4E) References: <927eab8b5c950c13991911cd4c16457a5d618bc7.1314252671.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <927eab8b5c950c13991911cd4c16457a5d618bc7.1314252671.git.joe@perches.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Aug 24, 2011 at 11:16:48PM -0700, Joe Perches wrote: > Convert multiple BRCMF_ macros to a single > brcmf_dbg(level, fmt, ...) macro. > > Remove the now unnecessary double parentheses in the uses > of the old macros when converting to brcmf_dbg. > > Delete all uses of "%s: [fmt]", __func__, args... and move > the "%s: ", __func__ to the macro for consistency. > > Coalesce long formats. > > Signed-off-by: Joe Perches Applied, thanks. greg k-h