]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Misc. Appinfo plugin cleanup.
authorOliver Kurth <okurth@vmware.com>
Wed, 4 Mar 2020 20:07:12 +0000 (12:07 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 4 Mar 2020 20:07:12 +0000 (12:07 -0800)
commitfc612a0fb6410a0f0448a633db57cce174bd13d3
treed2c2f29b395d10c6f3acd2612066d52295cf388f
parent612a72437d5d5408eafb015abfa83ae3915afb4e
Misc. Appinfo plugin cleanup.

- Used 'g' prefix for the global variables.
- Added '%s' at the beginning of each log message.
- Renamed a non-static function with the proper naming convention.
- Fixed documentation for few functions.
- Added '.' at the end of each log message to maintain consistency.
- Used proper '// IN' comments for each function argument.
open-vm-tools/services/plugins/appInfo/appInfo.c
open-vm-tools/services/plugins/appInfo/appInfoInt.h
open-vm-tools/services/plugins/appInfo/appInfoPosix.c