From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perches-mx.perches.com ([206.117.179.246]:59988 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754182Ab2BOSH5 (ORCPT ); Wed, 15 Feb 2012 13:07:57 -0500 Message-ID: <1329329274.20736.1.camel@joe2Laptop> Subject: Re: [PATCH next] watchdog: Use pr_ and pr_ From: Joe Perches To: Wim Van Sebroeck Cc: linux-watchdog , LKML Date: Wed, 15 Feb 2012 10:07:54 -0800 In-Reply-To: <1328662556.15787.8.camel@joe2Laptop> References: <1328662556.15787.8.camel@joe2Laptop> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Tue, 2012-02-07 at 16:55 -0800, Joe Perches wrote: > Use the current logging styles. > > Make sure all output has a prefix. > Add missing newlines. > Remove now unnecessary PFX, NAME, and miscellaneous other #defines. > Coalesce formats. Ping?