[ovs-dev] [PATCH 2/3] command-line: add ovs_cmdl_ prefix

Ben Pfaff blp at nicira.com
Mon Mar 16 20:48:57 UTC 2015


On Mon, Mar 16, 2015 at 12:01:55PM -0400, Russell Bryant wrote:
> The coding style guidelines include the following:
> 
>   - Pick a unique name prefix (ending with an underscore) for each
>     module, and apply that prefix to all of that module's externally
>     visible names.  Names of macro parameters, struct and union members,
>     and parameters in function prototypes are not considered externally
>     visible for this purpose.
> 
> This patch adds the new prefix to the externally visible names.  This
> makes it a bit more obvious what code is coming from common command
> line handling code.
> 
> Signed-off-by: Russell Bryant <rbryant at redhat.com>

Fair enough.  Applied.  Thanks!



More information about the dev mailing list