[PATCH v1 0/2] bitops: update MAINTAINERS and fix hweight.c

Andy Shevchenko posted 2 patches 1 month, 1 week ago
MAINTAINERS   | 1 +
lib/hweight.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
[PATCH v1 0/2] bitops: update MAINTAINERS and fix hweight.c
Posted by Andy Shevchenko 1 month, 1 week ago
Update MAINTAINERS and fix hweight.c to avoid kernel-doc warnings.

Andy Shevchenko (2):
  bitops: Add missed file to MAINTAINERS
  bitops: Update kernel-doc in hweight.c to fix the issues with it

 MAINTAINERS   | 1 +
 lib/hweight.c | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/2] bitops: update MAINTAINERS and fix hweight.c
Posted by Yury Norov 1 month, 1 week ago
On Thu, Nov 06, 2025 at 09:02:49AM +0100, Andy Shevchenko wrote:
> Update MAINTAINERS and fix hweight.c to avoid kernel-doc warnings.
> 
> Andy Shevchenko (2):
>   bitops: Add missed file to MAINTAINERS
>   bitops: Update kernel-doc in hweight.c to fix the issues with it

Applied in bitmap-for-next.

Thanks,
Yury