aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/VersionInfo.h
diff options
context:
space:
mode:
authorLars Lindley <lindley@coyote.org>2010-03-11 17:51:23 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:35:36 -0400
commit0686e4f4a2e6f33c418c8d57d9a4fc82b89557b2 (patch)
tree7768e4e9e51f5d974a53d5b86d71b9d1fddd35c4 /drivers/staging/hv/VersionInfo.h
parent25f1a98bfd0b2a097c8477e4b7bdf6dccf3886b6 (diff)
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/VersionInfo.h')
-rw-r--r--drivers/staging/hv/VersionInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/VersionInfo.h b/drivers/staging/hv/VersionInfo.h
index 10d7b19a485..82e74b1ab15 100644
--- a/drivers/staging/hv/VersionInfo.h
+++ b/drivers/staging/hv/VersionInfo.h
@@ -29,11 +29,11 @@
29 * 29 *
30 * Definition of versioning is as follows; 30 * Definition of versioning is as follows;
31 * 31 *
32 * Major Number Changes for these scenarios; 32 * Major Number Changes for these scenarios;
33 * 1. When a new version of Windows Hyper-V 33 * 1. When a new version of Windows Hyper-V
34 * is released. 34 * is released.
35 * 2. A Major change has occurred in the 35 * 2. A Major change has occurred in the
36 * Linux IC's. 36 * Linux IC's.
37 * (For example the merge for the first time 37 * (For example the merge for the first time
38 * into the kernel) Every time the Major Number 38 * into the kernel) Every time the Major Number
39 * changes, the Revision number is reset to 0. 39 * changes, the Revision number is reset to 0.