On Fri, Jan 13, 2012 at 08:29:49PM +0000, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > During a conversation on IRC with Anthony, I realised that the coding > standard isn't entirely clear about what convention should be followed > for enum and function types. This patch resolves that by saying they > should be CamelCase like structured type names, based on Anthony's > suggestion. I've tagged this as an RFC in case anybody would rather > we went the other way instead... > > CODING_STYLE | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan