]> git.proxmox.com Git - mirror_qemu.git/commit
CODING_STYLE: Clarify style for enum and function type names
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Jan 2012 20:29:49 +0000 (20:29 +0000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 10 Feb 2012 10:44:51 +0000 (10:44 +0000)
commite3c52bf2e59a1caa7a8f4d1eb069cc1406075d10
tree51e8afde95b6ebd2b3901f4e40ba27e1bee89473
parenta6f79cc9a5efc34c5b751b2e866a4977259f3f63
CODING_STYLE: Clarify style for enum and function type names

Clarify that enum type names and function type names should follow
the CamelCase style used for structured type names.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
CODING_STYLE