Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196971
b: refs/heads/master
c: a5729c0
h: refs/heads/master
i:
  196969: f301fae
  196967: 3333707
v: v3
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed May 11, 2010
1 parent a92e0e9 commit a864e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 003b3e9408425b6bd0b807108ee4cff5498125d3
refs/heads/master: a5729c005c35ce5b7b8cdbe407c0d0dedf4991dd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/vstorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit a864e7b

Please sign in to comment.