From owner-svn-src-head@freebsd.org Tue Jul 7 14:04:47 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BFB995A92; Tue, 7 Jul 2015 14:04:47 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62FA41AD3; Tue, 7 Jul 2015 14:04:47 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by igcsj18 with SMTP id sj18so262229921igc.1; Tue, 07 Jul 2015 07:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=pQAt+JP2R9dbH9oZKeexXPKVWhP23QydWcY5zJXnFig=; b=X7q8aLO1ww/cXfNEDBXwkiwyRzljq+dNF2Vhp0chMfylzfQwPDoSD8xz4EjGjdCeRY xxl+hAonPYe6ckR5PLWk3ixWQp3JR2+R281fkr0NS8bsoZxTB1d5pXwFFMhBU3vpr6Te t3gNZQWzbAt3ir1DJm9r/U3EMiVxXfsMPan5KmIEmsvYc0XEQHp1wWDbjYKscw+YlABv q+Pf1HIIUJt21sBuETDjPwj5Uv936KIHQemUCvfyGsCtvaGB0kkP609JgKX0iguVI6Pv 9w1hPi6GzSXHms7SSkg6rShf7T+Y8A8q5+y4KFi3uhKjJ+KdkDhqh6AwiO98yInEOIai 0b0w== MIME-Version: 1.0 X-Received: by 10.42.132.6 with SMTP id b6mr43003749ict.8.1436277886663; Tue, 07 Jul 2015 07:04:46 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.69.80 with HTTP; Tue, 7 Jul 2015 07:04:46 -0700 (PDT) In-Reply-To: <20150707174511.I1878@besplex.bde.org> References: <201507070237.t672bToa061000@repo.freebsd.org> <20150707174511.I1878@besplex.bde.org> Date: Tue, 7 Jul 2015 07:04:46 -0700 X-Google-Sender-Auth: KHAVZt46yE70ZemAFXC2cQv5Cjo Message-ID: Subject: Re: svn commit: r285227 - head/sys/powerpc/powerpc From: Justin Hibbits To: Bruce Evans Cc: src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 14:04:47 -0000 On Tue, Jul 7, 2015 at 1:40 AM, Bruce Evans wrote: > On Tue, 7 Jul 2015, Justin Hibbits wrote: > >> Log: >> style(9) cleanups. >> >> Don't use PRIxPTR, these registers are 32-bits, cast to u_long instead. >> >> Pointed out by: bde > > > Thanks. > ... > > Several bad examples of PRI* remain. I'll clean these up as I work in the files. - Justin