Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758840Ab1F3I4o (ORCPT ); Thu, 30 Jun 2011 04:56:44 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:49873 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897Ab1F3I4j (ORCPT ); Thu, 30 Jun 2011 04:56:39 -0400 Date: Thu, 30 Jun 2011 04:56:33 -0400 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , Randy Dunlap , Linux Kernel Development , Mikael Starvik , Jesper Nilsson , linux-cris-kernel@axis.com Subject: Re: Build regressions/improvements in v3.0-rc5 (ssize_t ???) Message-ID: <20110630085633.GA31414@infradead.org> References: <20110629140630.5aefdda8.rdunlap@xenotime.net> <20110630080119.GA20802@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 14 On Thu, Jun 30, 2011 at 10:43:47AM +0200, Geert Uytterhoeven wrote: > > Better fix the code to use the proper %zd specifier for printing ssize_t > > variables. > > We cannot, as that would break on all other platforms that use the > correct ssize_t. %zd is specified as the correct format for ssize_t. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/