X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Femacs%2Fplugin-h-skel.el;h=94f60afcfa0e1d220b731687a4d38c974e926035;hb=104404348fdb54504e65c39182d405bdcee926fd;hp=8bf9b6fed2337f427d648af9a6874811d2788184;hpb=a46b4c9b5ed1d14719d1d33b4586ab83b1e8b976;p=vpp.git diff --git a/extras/emacs/plugin-h-skel.el b/extras/emacs/plugin-h-skel.el index 8bf9b6fed23..94f60afcfa0 100644 --- a/extras/emacs/plugin-h-skel.el +++ b/extras/emacs/plugin-h-skel.el @@ -21,6 +21,7 @@ nil '(if (not (boundp 'plugin-name)) (setq plugin-name (read-string "Plugin name: "))) '(setq PLUGIN-NAME (upcase plugin-name)) +'(setq capital-oh-en "ON") " /* * " plugin-name ".h - skeleton vpp engine plug-in header file @@ -63,4 +64,13 @@ typedef struct { vlib_node_registration_t " plugin-name "_node; #endif /* __included_" plugin-name "_h__ */ + +/* + * fd.io coding-style-patch-verification: " capital-oh-en " + * + * Local Variables: + * eval: (c-set-style \"gnu\") + * End: + */ + ")