]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Reduce typedef usage.
authorVMware, Inc <>
Thu, 17 Dec 2009 21:28:53 +0000 (13:28 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Dec 2009 21:28:53 +0000 (13:28 -0800)
commitb98ca2e90cf44321d7ef4eca5dd025b0e4e6cfca
treef9e22fe2179271e96db095a69c2ff67fa2ef6ee6
parent244de031c9eee9e19061a5155c93708e4dcf99a3
Reduce typedef usage.

Userdefined typedef's are considered evil, atleast for Linux drivers.
So use the struct keyword. While at it, also cleaned up some indentation
glitches.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/pvscsi/pvscsi.c