]> Git Repo - qemu.git/commit - CODING_STYLE.rst
CODING_STYLE: Define our preferred form for multiline comments
authorPeter Maydell <[email protected]>
Fri, 15 Jun 2018 13:57:14 +0000 (14:57 +0100)
committerPeter Maydell <[email protected]>
Fri, 15 Jun 2018 14:23:34 +0000 (15:23 +0100)
commit2948f0cde3974185ad22d6721438cf85df852877
tree17516531d20bf766e9deadc8e75033ee32e8667e
parent2d54f19401bc54b3b56d1cc44c96e4087b604b97
CODING_STYLE: Define our preferred form for multiline comments

The codebase has a bit of a mix of different multiline
comment styles. State a preference for the Linux kernel
style:
    /*
     * Star on the left for each line.
     * Leading slash-star and trailing star-slash
     * each go on a line of their own.
     */

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: Alex Williamson <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 20180611141716[email protected]
CODING_STYLE
This page took 0.024091 seconds and 4 git commands to generate.