From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753164Ab1HYPrQ (ORCPT ); Thu, 25 Aug 2011 11:47:16 -0400 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 X-Sasl-enc: 1W0vAkEErbQ29tYFdwenUO4qrSn7EF0OvcSEFnbpd6Jn 1314287234 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> References: <927eab8b5c950c13991911cd4c16457a5d618bc7.1314252671.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <927eab8b5c950c13991911cd4c16457a5d618bc7.1314252671.git.joe@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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