]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: hv: fix spaces coding style issue in vstorage.h
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Tue, 16 Mar 2010 15:24:47 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:38 +0000 (11:35 -0700)
This is a patch to the vstorage.h file that fixed up a TAB and spaces
Errors found by the checkpatch.pl tools, like
spaces required around that ':' (ctx:VxV)

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vstorage.h

index 6d160a53914e3bb6540060c0913189bb8ff8f8b3..4ea597d7a7d7f3cbbc2e677eae9853a4442e4281 100644 (file)
@@ -28,7 +28,7 @@
 #define REVISION_STRING(REVISION_) #REVISION_
 #define FILL_VMSTOR_REVISION(RESULT_LVALUE_)                           \
 {                                                                      \
-       char *revisionString = REVISION_STRING($Revision: 6 $) + 11;    \
+       char *revisionString = REVISION_STRING($Revision : 6 $) + 11;   \
        RESULT_LVALUE_ = 0;                                             \
        while (*revisionString >= '0' && *revisionString <= '9') {      \
                RESULT_LVALUE_ *= 10;                                   \