commit | 9bda456e419273199221625894003bf9307d8451 | [log] [tgz] |
---|---|---|
author | Sergey Fedorov <serge.fdrv@gmail.com> | Wed Oct 14 18:46:44 2015 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 19 10:13:07 2015 +0200 |
tree | 498dd2f38dfa12e59ac6dd93206a143e66f3b0bf | |
parent | 1c3af0f4f04bd6e6729783a48bb51ca1eb5c3baf [diff] |
doc/rcu: fix g_free_rcu() usage example The first argument of g_free_rcu() is a pointer to a structure. But foo_reclaim is used as a function name in the previous example along with &foo as a pointer to the structure being reclaimed. Make the example consistent with the previous one. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com> Message-Id: <1444837604-13712-1-git-send-email-serge.fdrv@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>