]> git.proxmox.com Git - mirror_qemu.git/commit
CODING_STYLE: Mention preferred comment form
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2017 17:58:42 +0000 (17:58 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 28 Feb 2017 06:03:38 +0000 (09:03 +0300)
commit25ac5bbec43973e9b97a454e55fd307ef9db1320
tree0c9db4a79cc55da44a2504dd9b1f27c0983cf584
parenta6e3707ece6b326e3fc5a086086a2ccac9710e67
CODING_STYLE: Mention preferred comment form

Our defacto coding style strongly prefers /* */ style comments
over the single-line // style, and checkpatch enforces this,
but we don't actually document this. Mention it in CODING_STYLE.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
CODING_STYLE