]> git.proxmox.com Git - mirror_qemu.git/blobdiff - CODING_STYLE
HACKING: add C type rules
[mirror_qemu.git] / CODING_STYLE
index 92036f34bc71737ad01af0a2a94a2f691066403e..2c8268ddc20435bdbca7e218b74f3e5fafbae1b0 100644 (file)
@@ -46,9 +46,6 @@ names are lower_case_with_underscores_ending_with_a_t, like the POSIX
 uint64_t and family.  Note that this last convention contradicts POSIX
 and is therefore likely to be changed.
 
-Typedefs are used to eliminate the redundant 'struct' keyword.  It is the
-QEMU coding style.
-
 When wrapping standard library functions, use the prefix qemu_ to alert
 readers that they are seeing a wrapped version; otherwise avoid this prefix.