aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/NetVsc.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-09-02 10:35:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:03 -0700
commitce9ea4cf49b0ba4c67be71550d6cd955b718e967 (patch)
tree185f83689439ae0ea313a73b5bf25c6c1301e04c /drivers/staging/hv/NetVsc.h
parent21a8082043aa474107f4ed62fb62651ffad8e2f6 (diff)
Staging: hv: rename struct NETVSC_DEVICE
The Linux kernel doesn't have all caps structures, we don't like to shout at our programmers, it makes them grumpy. Instead, we like to sooth them with small, rounded letters, which puts them in a nice, compliant mood, and makes them more productive and happier, allowing them more fufilling lives overall. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/NetVsc.h')
-rw-r--r--drivers/staging/hv/NetVsc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index 73de16e9f13..89ba02b1d60 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/drivers/staging/hv/NetVsc.h
@@ -290,7 +290,7 @@ struct nvsp_message {
/* Per netvsc channel-specific */
-struct NETVSC_DEVICE {
+struct netvsc_device {
struct hv_device *Device;
atomic_t RefCount;