From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756660AbYLKP0L (ORCPT ); Thu, 11 Dec 2008 10:26:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755942AbYLKPZ5 (ORCPT ); Thu, 11 Dec 2008 10:25:57 -0500 Received: from mx2.redhat.com ([66.187.237.31]:38222 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755875AbYLKPZ5 (ORCPT ); Thu, 11 Dec 2008 10:25:57 -0500 Date: Thu, 11 Dec 2008 10:25:08 -0500 From: Jason Baron To: Wu Fengguang Cc: Greg KH , Marcel Holtmann , LKML Subject: Re: [PATCH] dynamic_printk: add line feed to printk Message-ID: <20081211152508.GA3124@redhat.com> References: <20081210073347.GA18737@localhost> <1228904326.19553.127.camel@violet.holtmann.net> <20081210144058.GA11842@localhost> <20081210152323.GB446@suse.de> <20081210234317.GA5904@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081210234317.GA5904@localhost> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 11, 2008 at 07:43:17AM +0800, Wu Fengguang wrote: > Got it. Below is the updated patch based on Marcel's one. > > Thanks, > Fengguang > --- > dynamic_printk: reduce one level of indentation > > Cleanup pr_debug_write() to reduce one level of indentation. > > Cc: Marcel Holtmann > Cc: Jason Baron > Cc: Greg Kroah-Hartman > Signed-off-by: Wu Fengguang thanks for the cleanup. Acked-by: Jason Baron