summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-02 10:15:03 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 19:46:31 (GMT)
commitb5195db9e5e0defe18acc8f5772c8e9c865b2c01 (patch)
tree308f1c65a574d78693d63a7d02e751db290a1d1d /tools
parent0eacf6581a21580b1901b25d50bc17cbd306db7b (diff)
downloadlibnl-b5195db9e5e0defe18acc8f5772c8e9c865b2c01.zip
libnl-b5195db9e5e0defe18acc8f5772c8e9c865b2c01.tar.gz
libnl-b5195db9e5e0defe18acc8f5772c8e9c865b2c01.tar.bz2
genl: rename private header "nl-priv-genl.h" to "nl-genl.h"
The filename is still unique (which is the important part). Otherwise, the "priv" is redundant, since the header being inside "lib/genl" is clearly private.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang-format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index e4b22f0..588c734 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -160,7 +160,7 @@ EXCLUDE_PATHS_TOPLEVEL+=(
"lib/genl/family.c"
"lib/genl/genl.c"
"lib/genl/mngt.c"
- "lib/genl/nl-priv-genl.h"
+ "lib/genl/nl-genl.h"
"lib/handlers.c"
"lib/hash.c"
"lib/hashtable.c"