From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753841Ab0KIRAH (ORCPT ); Tue, 9 Nov 2010 12:00:07 -0500 Received: from imr4.ericy.com ([198.24.6.8]:46233 "EHLO imr4.ericy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513Ab0KIRAF (ORCPT ); Tue, 9 Nov 2010 12:00:05 -0500 Date: Tue, 9 Nov 2010 08:59:23 -0800 From: Guenter Roeck To: Joe Perches CC: Jean Delvare , lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org Subject: Re: [30/32] drivers/hwmon/w83627ehf.c: Use pr_fmt and pr_ Message-ID: <20101109165923.GA17911@ericsson.com> References: <1ad0784ebd2944f51677c3be40a17e4b63a22dd0.1287556801.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1ad0784ebd2944f51677c3be40a17e4b63a22dd0.1287556801.git.joe@perches.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 20, 2010 at 06:51:54AM -0000, Joe Perches wrote: > Added #define pr_fmt KBUILD_MODNAME ": " fmt > Converted printks to pr_ > Coalesced any long formats > Removed prefixes from formats > > Signed-off-by: Joe Perches > Applied. Thanks, Guenter