Suggested-by: Gerald Rogers <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS | 1 + CodingStyle | 7 +++++++ 2 files changed, 8 insertions(+)
diff --git a/AUTHORS b/AUTHORS index 64ede54..0a6c61a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -186,6 +186,7 @@ Eric Lopez [email protected] Frido Roose [email protected] Gaetano Catalli [email protected] George Shuklin [email protected] +Gerald Rogers [email protected] Ghanem Bahri [email protected] Giuseppe de Candia [email protected] Gordon Good [email protected] diff --git a/CodingStyle b/CodingStyle index 0ba0366..c00fc3b 100644 --- a/CodingStyle +++ b/CodingStyle @@ -5,6 +5,13 @@ This file describes the coding style used in most C files in the Open vSwitch distribution. However, Linux kernel code datapath directory follows the Linux kernel's established coding conventions. +The following GNU indent options approximate this style: + + -npro -bad -bap -bbb -br -blf -brs -cdw -ce -fca -cli0 -npcs -i4 -l79 \ + -lc79 -nbfda -nut -saf -sai -saw -sbi4 -sc -sob -st -ncdb -pi4 -cs -bs \ + -di1 -lp -il0 -hnl + + BASICS Limit lines to 79 characters. -- 1.7.10.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
