From: Masatake YAMATO Date: Wed, 19 Sep 2007 13:59:16 +0000 (+0900) Subject: [SCSI] Fix signness of parameters in scsi module X-Git-Tag: v2.6.24-rc1~1290^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f4b89a0f0586a67f57efb2f5d12fffbb371490;p=pandora-kernel.git [SCSI] Fix signness of parameters in scsi module In scsi module I've found some inconsistency between variable type used in module_param_named and type passed to module_param_named as an argument. Especially the inconsistency of `max_scsi_luns' parameter is a bit serious because the description text says "last scsi LUN (should be between 1 and 2^32-1)". Signed-off-by: Masatake YAMATO Acked-by: Randy Dunlap Signed-off-by: James Bottomley --- Reading git-diff-tree failed