diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
commit | c0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch) | |
tree | 302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/linux/rbtree_augmented.h | |
parent | 9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff) | |
parent | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff) |
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
Diffstat (limited to 'include/linux/rbtree_augmented.h')
-rw-r--r-- | include/linux/rbtree_augmented.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index da04156e8a4..605888dfdf1 100644 --- a/include/linux/rbtree_augmented.h +++ b/include/linux/rbtree_augmented.h @@ -70,7 +70,6 @@ rbstatic const struct rb_augment_callbacks rbname = { \ rbname ## _propagate, rbname ## _copy, rbname ## _rotate \ }; - #define RB_RED 0 #define RB_BLACK 1 |