Return-path: Received: from mail.vyatta.com ([76.74.103.46]:37036 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751374Ab1KNBI2 (ORCPT ); Sun, 13 Nov 2011 20:08:28 -0500 Date: Sun, 13 Nov 2011 17:08:25 -0800 From: Stephen Hemminger To: Joe Perches Cc: Arend van Spriel , "John W. Linville" , linux-wireless , netdev , LKML Subject: Re: [PATCH] brcmsmac: Use current logging styles Message-ID: <20111113170825.6633b17e@nehalam.linuxnetplumber.net> (sfid-20111114_020851_559317_EB8BD721) In-Reply-To: <1321213264.15834.4.camel@Joe-Laptop> References: <1321213264.15834.4.camel@Joe-Laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sun, 13 Nov 2011 11:41:04 -0800 Joe Perches wrote: > Add and use pr_fmt and pr_ > Remove useless double parentheses from macros. > Remove function names from format strings, add to pr_debug use. > Coalesce formats. > Remove uncompileable undeclared variable in a DMA_NONE use. If you are going to change it why not got all the way to netdev_XXX and dev_XXX macros instead.