From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932103AbdCFRZ2 (ORCPT ); Mon, 6 Mar 2017 12:25:28 -0500 Received: from mail.us.es ([193.147.175.20]:35784 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753223AbdCFRZR (ORCPT ); Mon, 6 Mar 2017 12:25:17 -0500 Date: Mon, 6 Mar 2017 18:02:05 +0100 From: Pablo Neira Ayuso To: Joe Perches Cc: Jozsef Kadlecsik , Stephen Hemminger , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] netfilter: Use pr_cont where appropriate Message-ID: <20170306170204.GA5643@salvia> References: <82a5ec63e547c425644d2dd0165fcc664a2b265e.1488319732.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <82a5ec63e547c425644d2dd0165fcc664a2b265e.1488319732.git.joe@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2017 at 02:09:24PM -0800, Joe Perches wrote: > Logging output was changed when simple printks without KERN_CONT > are now emitted on a new line and KERN_CONT is required to continue > lines so use pr_cont. > > Miscellanea: > > o realign arguments > o use print_hex_dump instead of a local variant Applied, thanks Joe.