Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:54270 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759623Ab1LOXJb (ORCPT ); Thu, 15 Dec 2011 18:09:31 -0500 Received: by iaeh11 with SMTP id h11so3404537iae.19 for ; Thu, 15 Dec 2011 15:09:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1323990336.18122.1.camel@joe2Laptop> References: <1323989753.1270.19.camel@joe2Laptop> <1323990336.18122.1.camel@joe2Laptop> From: "Luis R. Rodriguez" Date: Thu, 15 Dec 2011 15:09:10 -0800 Message-ID: (sfid-20111216_000935_216535_05177A21) Subject: Re: [PATCH wireless-next] ath: Convert ath_dbg(bar, ATH_DBG_, to ath_dbg(bar, FOO To: Joe Perches Cc: Jouni Malinen , ath9k-devel@lists.ath9k.org, linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Dec 15, 2011 at 3:05 PM, Joe Perches wrote: > On Thu, 2011-12-15 at 15:00 -0800, Luis R. Rodriguez wrote: >> On Thu, Dec 15, 2011 at 2:55 PM, Joe Perches wrote: >> > Add ATH_DBG_ to macros to shorten the uses and >> > reduce the line count. >> > >> > Coalesce ath_dbg formats. >> > Add missing spaces to coalesced formats. >> > Add missing newline terminations to ath_dbg formats. >> > Align ath_dbg arguments where appropriate. >> > Standardize ath_dbg formats without periods. >> > >> > Signed-off-by: Joe Perches >> > --- >> >> Good idea, are you cocci spatching this? This will obviosly create >> conflicts with pending patches. > > sed/emacs > inspection of formats post sed. Is it easy to run again at a later time or was it a bitch? Luis