diff options
author | Steve French <sfrench@us.ibm.com> | 2009-07-18 03:13:38 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-07-18 03:13:38 +0000 |
commit | 287638b2c533165c3c03dfa15196c2ba583cd287 (patch) | |
tree | e753dd2cd7421a26e179c43d7f6d4d39541a4afb /include/linux/lguest.h | |
parent | f6c43385435640e056424034caac0d765c45e370 (diff) | |
parent | a1cc1ba7aec1ba41317d227b1fe8d0f8c0cec232 (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/lguest.h')
-rw-r--r-- | include/linux/lguest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h index 7bc1440fc47..dbf2479e808 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h @@ -11,7 +11,7 @@ #define LG_CLOCK_MIN_DELTA 100UL #define LG_CLOCK_MAX_DELTA ULONG_MAX -/*G:032 The second method of communicating with the Host is to via "struct +/*G:031 The second method of communicating with the Host is to via "struct * lguest_data". Once the Guest's initialization hypercall tells the Host where * this is, the Guest and Host both publish information in it. :*/ struct lguest_data |