From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754512AbcJOOLO (ORCPT ); Sat, 15 Oct 2016 10:11:14 -0400 Received: from imap.thunk.org ([74.207.234.97]:35608 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754109AbcJOOLM (ORCPT ); Sat, 15 Oct 2016 10:11:12 -0400 Date: Sat, 15 Oct 2016 10:10:48 -0400 From: "Theodore Ts'o" To: Andreas Dilger Cc: Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ext4: Add missing KERN_CONT to a few more debugging uses Message-ID: <20161015141048.b522ymjtwtpcvpsa@thunk.org> Mail-Followup-To: Theodore Ts'o , Andreas Dilger , Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <98ce665bb759e671506bf269041238553a3df8f1.1476384526.git.joe@perches.com> <979B5118-0012-411A-B094-3045A9989CBB@dilger.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <979B5118-0012-411A-B094-3045A9989CBB@dilger.ca> User-Agent: NeoMutt/20160916 (1.7.0) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 13, 2016 at 03:23:11PM -0600, Andreas Dilger wrote: > On Oct 13, 2016, at 12:50 PM, Joe Perches wrote: > > > > Recent commits require line continuing printks to always use > > pr_cont or KERN_CONT. Add these markings to a few more printks. > > > > Miscellaneaous: > > > > o Integrate the ea_idebug and ea_bdebug macros to use a single > > call to printk(KERN_DEBUG instead of 3 separate printks > > o Use the more common varargs macro style > > > > Signed-off-by: Joe Perches > > Looks fine. > > Reviewed-by: Andreas Dilger Applied, thanks. - Ted