From: Sachin Prabhu Date: Tue, 24 Apr 2012 14:28:30 +0000 (+0100) Subject: Use correct conversion specifiers in cifs_show_options X-Git-Tag: v3.4-rc5~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f8881023c9713c303c0feda270929f9384c019;p=pandora-kernel.git Use correct conversion specifiers in cifs_show_options cifs_show_options uses the wrong conversion specifier for uid, gid, rsize & wsize. Correct this to %u to match it to the variable type 'unsigned integer'. Signed-off-by: Sachin Prabhu Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed