From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: net/sctp: Use pr_fmt and pr_ Date: Thu, 26 Aug 2010 14:12:24 -0700 (PDT) Message-ID: <20100826.141224.229731596.davem@davemloft.net> References: <1282692068.25208.11.camel@Joe-Laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vladislav.yasevich@hp.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: joe@perches.com Return-path: In-Reply-To: <1282692068.25208.11.camel@Joe-Laptop> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Joe Perches Date: Tue, 24 Aug 2010 16:21:08 -0700 > Change SCTP_DEBUG_PRINTK and SCTP_DEBUG_PRINTK_IPADDR to > use do { print } while (0) guards. > Add SCTP_DEBUG_PRINTK_CONT to fix errors in log when > lines were continued. > Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > Add a missing newline in "Failed bind hash alloc" > > Signed-off-by: Joe Perches Applied.