提交 5d7dc6a0 编写于 作者: P Peter Krempa

lib: Remove misplaced and redundant comments

It's obvious that unsigned long long is 64 bit and also our web page
generator would misplace the comment after the return value due to the
way it's parsing them.
上级 0d4b65ff
......@@ -5820,7 +5820,7 @@ virDomainMemoryStats(virDomainPtr dom, virDomainMemoryStatPtr stats,
int
virDomainBlockPeek(virDomainPtr dom,
const char *disk,
unsigned long long offset /* really 64 bits */,
unsigned long long offset,
size_t size,
void *buffer,
unsigned int flags)
......@@ -5956,7 +5956,7 @@ virDomainBlockResize(virDomainPtr dom,
*/
int
virDomainMemoryPeek(virDomainPtr dom,
unsigned long long start /* really 64 bits */,
unsigned long long start,
size_t size,
void *buffer,
unsigned int flags)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册