]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Cleanup driver code and prototypes
authorJohn Ferlan <jferlan@redhat.com>
Fri, 12 May 2017 15:49:18 +0000 (11:49 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 3 Jun 2017 12:34:34 +0000 (08:34 -0400)
commit18c551f37875eed9f1f3236872689d8683bb0b5d
treeb7ec1051d5f83f5a3b8c9fd11ec059685d91ec93
parent944b8de83ee7abfbf9015a5f4d2b679b7522340f
nodedev: Cleanup driver code and prototypes

Alter the node_device_driver source and prototypes to follow more
recent code style guidelines w/r/t spacing between functions, format
of the function, and the prototype definitions.

While the new names for nodeDeviceUpdateCaps, nodeDeviceUpdateDriverName,
and nodeDeviceGetTime don't follow exactly w/r/t a "vir" prefix, they
do follow other driver nomenclature style.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
src/node_device/node_device_udev.c