From: Alan Stern Date: Fri, 31 Mar 2006 16:46:43 +0000 (-0500) Subject: [PATCH] USB: g_file_storage: use module_param_array_named macro X-Git-Tag: v2.6.17-rc2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafe5bd6ec341edfaf3233d272febbb8862a7251;p=pandora-kernel.git [PATCH] USB: g_file_storage: use module_param_array_named macro Randy Dunlap pointed out that there now is a module_param_array_named macro available. This patch (as666) updates g_file_storage to make use of it. It also adds a comment listing the specifications documents used in the design of the driver's SCSI operation (at Pat LaVarre's request). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed