summaryrefslogtreecommitdiffstats
path: root/vppinfra/vppinfra/mod_test_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'vppinfra/vppinfra/mod_test_hash.c')
-rw-r--r--vppinfra/vppinfra/mod_test_hash.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/vppinfra/vppinfra/mod_test_hash.c b/vppinfra/vppinfra/mod_test_hash.c
index dd13055dd4a..b3fa676d2e2 100644
--- a/vppinfra/vppinfra/mod_test_hash.c
+++ b/vppinfra/vppinfra/mod_test_hash.c
@@ -15,6 +15,13 @@
#include <vppinfra/linux_kernel_init.h>
#include <vppinfra/hash.h>
-CLIB_LINUX_KERNEL_MODULE ("test_hash",
- test_hash_main,
+CLIB_LINUX_KERNEL_MODULE ("test_hash", test_hash_main,
/* kernel-thread flags */ 0 & CLONE_KERNEL);
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */