From fc27d91219155146d1cf4f04ceebb67de302a60a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 24 Sep 2010 17:23:37 +0000 Subject: [PATCH] Fixed a mismatch between a format string and its argument list (was reported by sparse). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2244 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/nthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 513cf0d2f..662145f89 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -715,7 +715,7 @@ restart: MSG_DONTWAIT | MSG_NOSIGNAL); set_fs(oldfs); - TRACE_DBG("msg_iovlen %d, first_len %d, read_size %d, res %d", + TRACE_DBG("msg_iovlen %zd, first_len %d, read_size %d, res %d", msg.msg_iovlen, first_len, conn->read_size, res); if (res > 0) {