From 40348f65699706188c4f4ab15103789a9b559aa0 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 15 Dec 2017 19:08:02 +0100 Subject: ipcpd: Define eth_llc_data_fini as static The eth_llc_data_fini function should be statically defined. Also fixes some indentation in the CMakeLists.txt file. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/shim-eth-llc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/shim-eth-llc/CMakeLists.txt') diff --git a/src/ipcpd/shim-eth-llc/CMakeLists.txt b/src/ipcpd/shim-eth-llc/CMakeLists.txt index b1d2196c..e1eea2b5 100644 --- a/src/ipcpd/shim-eth-llc/CMakeLists.txt +++ b/src/ipcpd/shim-eth-llc/CMakeLists.txt @@ -43,7 +43,7 @@ if (NOT CMAKE_SYSTEM_NAME STREQUAL "Linux") if (BPF_C_INCLUDE_DIR) set(DISABLE_BPF FALSE CACHE BOOL - "Disable Berkeley Packet Filter support for LLC shim") + "Disable Berkeley Packet Filter support for LLC shim") if (NOT DISABLE_BPF) message(STATUS "Berkeley Packet Filter support " "for shim-eth-llc enabled") -- cgit v1.2.3