summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/rndis.h
AgeCommit message (Collapse)Author
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley
Signed-off-by: Lars Lindley <lindley@coyote.org> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15Staging: hv: rndis.h: typedef removal, part 2Greg Kroah-Hartman
This removes the rest of the typedefs in rndis.h The file is now checkpatch.pl clean. Note, there are a lot of structures in this file that are not used anywhere. I don't know if we want to remove them, but I guess they don't take up any space so it's a nice documentation trail. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15Staging: hv: rndis.h: typedef removal, part 1Greg Kroah-Hartman
This removes about half of the typedefs in rndis.h Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15Staging: hv: rndis.h: codingstyle fixesGreg Kroah-Hartman
This fixes all of the coding style issues in rndis.h with the exception of the typedefs. That comes next. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15Staging: hv: rndis.h: remove pointless typedefsGreg Kroah-Hartman
The typedefs for u32 are now removed. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15Staging: hv: move rndis.hGreg Kroah-Hartman
This moves rndis.h from the include/ subdirectory. It doesn't belong there. No code changes happened here. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>