]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
genl: fix duplicate include guard
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 2 Jun 2022 21:38:06 +0000 (14:38 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 17 Jun 2022 17:08:19 +0000 (10:08 -0700)
Found by LGTM.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
genl/genl_utils.h

index 87b4f34c58d80d2e3d4d4837b7ab0deeaa53083e..9fbeba75b4b8b83e074aaf98b28763ac9f21b262 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _TC_UTIL_H_
-#define _TC_UTIL_H_ 1
+#ifndef _GENL_UTILS_H_
+#define _GENL_UTILS_H_ 1
 
 #include <linux/genetlink.h>
 #include "utils.h"