summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/rndis.h
diff options
context:
space:
mode:
authorLars Lindley <lindley@coyote.org>2010-03-11 22:51:23 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:35:36 (GMT)
commit0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2 (patch)
tree7768e4e9e51f5d974a53d5b86d71b9d1fddd35c4 /drivers/staging/hv/rndis.h
parent25f1a98bfd0b2a097c8477e4b7bdf6dccf3886b6 (diff)
downloadlinux-fsl-qoriq-0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2.tar.xz
Staging: hv: trivial whitespace fixes found by checkpatch.pl
Signed-off-by: Lars Lindley <lindley@coyote.org> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/rndis.h')
-rw-r--r--drivers/staging/hv/rndis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/rndis.h b/drivers/staging/hv/rndis.h
index 7c73277..723e1f1 100644
--- a/drivers/staging/hv/rndis.h
+++ b/drivers/staging/hv/rndis.h
@@ -622,7 +622,7 @@ struct rndis_message {
/* get the size of an RNDIS message. Pass in the message type, */
/* struct rndis_set_request, struct rndis_packet for example */
#define RNDIS_MESSAGE_SIZE(Message) \
- (sizeof(Message) + (sizeof(struct rndis_message) - \
+ (sizeof(Message) + (sizeof(struct rndis_message) - \
sizeof(union rndis_message_container)))
/* get pointer to info buffer with message pointer */