From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752538Ab1KNBIa (ORCPT ); Sun, 13 Nov 2011 20:08:30 -0500 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> In-Reply-To: <1321213264.15834.4.camel@Joe-Laptop> References: <1321213264.15834.4.camel@Joe-Laptop> Organization: Vyatta X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.7; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.