]> xenbits.xensource.com Git - libvirt.git/commit
nodedev_hal: Modernize the function's style
authorOsier Yang <jyang@redhat.com>
Sat, 1 Jun 2013 02:52:17 +0000 (10:52 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 3 Jun 2013 03:03:56 +0000 (11:03 +0800)
commit620c470aff4cb741f6def63dc6bbc4f08c7068be
treee86006f533cb45e9ca7a0c33ff2b3525b74aee6e
parentcdb978955991070ba14ade9d3ad460c43f836d87
nodedev_hal: Modernize the function's style

Use style like:

void
foo (const char *name)
{
    printf("Hello, %s\n", name);
}

Later patches will clean up node_device_hal.c more.
src/node_device/node_device_hal.c