]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Remove unused function wnd_bits
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 21 Jul 2022 03:18:41 +0000 (11:18 +0800)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 10 Aug 2022 16:12:48 +0000 (19:12 +0300)
commit8e07d2e004bbbefe5c47963413f872fe3ea08445
tree0e0bde0fafa6a619ae905fb83a966d9943341f4b
parent1636176eeaf9a2797bfe7d8174ccbaaf6c144af5
fs/ntfs3: Remove unused function wnd_bits

Since the function wnd_bits is defined but not called in any file, it is
a useless function, and we delete it in view of the brevity of the code.

Remove some warnings found by running scripts/kernel-doc, which is
caused by using 'make W=1'.

fs/ntfs3/bitmap.c:54:19: warning: unused function 'wnd_bits' [-Wunused-function].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/bitmap.c