From: Jeff Layton Date: Sun, 25 Nov 2012 13:00:34 +0000 (-0500) Subject: cifs: fix types on module parameters X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60654ce047f7be62afa291573501e011297a47d8;p=pandora-kernel.git cifs: fix types on module parameters Most of these are unsigned ints, so we should be passing "uint" to module_param. Also, get rid of the extra "(bool)" in the description of enable_oplocks. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed