Staging: hv: Fix argument order in incorrect memset invocations in hyperv driver.
authorDave Jones <davej@redhat.com>
Wed, 11 Nov 2009 21:57:03 +0000 (16:57 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Dec 2009 00:39:25 +0000 (16:39 -0800)
Nearly every invocation of memset in drivers/staging/hv/StorVsc.c has
its arguments the wrong way around.

Signed-off-by: Dave Jones <davej@redhat.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found