diff options
| author | Yury Norov <ynorov@nvidia.com> | 2026-05-06 13:52:06 -0400 |
|---|---|---|
| committer | Yury Norov <ynorov@nvidia.com> | 2026-05-28 11:39:16 -0400 |
| commit | 7b2c5b4e43aa2fdf6c63e24df26370c4a5c27f78 (patch) | |
| tree | f7f570cf622af38835a0ff6dfcb846038c084467 /MAINTAINERS | |
| parent | e8620bd7e5e07c025a5e317ebc8c7df95dc63712 (diff) | |
| download | linux-next-history-7b2c5b4e43aa2fdf6c63e24df26370c4a5c27f78.tar.gz | |
MAINTAINERS: BITOPS: include bitrev.[ch]
Arch bitrev API is covered in MAINTAINERS under the BITOPS entry,
while generic bitrev is unmaintained. Move it under BITOPS too.
Signed-off-by: Yury Norov <ynorov@nvidia.com>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 10e8253181d32..a594d3e77c423 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4553,7 +4553,9 @@ F: arch/*/lib/bitops.c F: include/asm-generic/bitops F: include/asm-generic/bitops.h F: include/linux/bitops.h +F: include/linux/bitrev.h F: include/linux/count_zeros.h +F: lib/bitrev.c F: lib/hweight.c F: lib/test_bitops.c F: lib/tests/bitops_kunit.c |
