From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 04/39] arch/powerpc: Update WARN uses From: Michael Ellerman To: Joe Perches In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-4TyIFmVimvKgZvEMEDAo" Date: Mon, 01 Nov 2010 22:02:14 +1100 Message-ID: <1288609334.10671.4.camel@concordia> Mime-Version: 1.0 Cc: Paul Mackerras , Jiri Kosina , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Reply-To: michael@ellerman.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --=-4TyIFmVimvKgZvEMEDAo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2010-10-30 at 14:08 -0700, Joe Perches wrote: > Coalesce long formats. > Align arguments. > Add missing newlines. >=20 > Signed-off-by: Joe Perches > --- > arch/powerpc/kernel/hw_breakpoint.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/arch/powerpc/kernel/hw_breakpoint.c b/arch/powerpc/kernel/hw= _breakpoint.c > index 5ecd040..d7343a7 100644 > --- a/arch/powerpc/kernel/hw_breakpoint.c > +++ b/arch/powerpc/kernel/hw_breakpoint.c > @@ -270,8 +270,8 @@ int __kprobes hw_breakpoint_handler(struct die_args *= args) > * message to let the user know about it. > */ > if (!stepped) { > - WARN(1, "Unable to handle hardware breakpoint. Breakpoint at " > - "0x%lx will be disabled.", info->address); > + WARN(1, "Unable to handle hardware breakpoint. Breakpoint at 0x%lx wil= l be disabled.\n", > + info->address); That appears to have done nothing other than turn a short line into one that is now > 80 columns. Is that the latest fad? cheers --=-4TyIFmVimvKgZvEMEDAo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzOnjIACgkQdSjSd0sB4dKulgCdHKE+hDkBjgvP2mZLkdZOVnaR RjoAmgNIdZErUBbPyMid+YEJKwOBXc+P =fQET -----END PGP SIGNATURE----- --=-4TyIFmVimvKgZvEMEDAo--