From: Geert Uytterhoeven Date: Fri, 2 May 2014 16:28:34 +0000 (+0200) Subject: staging: lustre: Use %zd to format ssize_t X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b41a1fe067c34b40736860458b9d62b2139471d5;p=pandora-kernel.git staging: lustre: Use %zd to format ssize_t drivers/staging/lustre/lustre/llite/rw26.c: In function 'll_direct_IO_26': drivers/staging/lustre/lustre/llite/rw26.c:383:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' [-Wformat] drivers/staging/lustre/lustre/llite/rw26.c:383:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'ssize_t' [-Wformat] Join the quoted string split across lines to fix a checkpatch warning while we're at it. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed