From: alex chen Date: Tue, 10 Feb 2015 22:08:51 +0000 (-0800) Subject: ocfs2: fix snprintf format specifier in dlmdebug.c X-Git-Tag: fixes-v4.0-rc1~155^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c83ea1aae1536b3e21e59946b97be150033ec7;p=pandora-kernel.git ocfs2: fix snprintf format specifier in dlmdebug.c Use snprintf format specifier "%lu" instead of "%ld" for argument of type 'unsigned long'. Signed-off-by: Alex Chen Reviewed-by: Joseph Qi Reviewed-by: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed