Re: [PATCH] partition: fix kernel doc for region_identical

2025-08-05 Thread Sascha Hauer
On Thu, 10 Jul 2025 12:49:49 +0200, Ahmad Fatoum wrote: > The parameters in the comment are correct, but the heading wasn't. > > Applied, thanks! [1/1] partition: fix kernel doc for region_identical https://git.pengutronix.de/cgit/barebox/commit/?id=7afd9b64ee8a (link may not be stable

[PATCH] partition: fix kernel doc for region_identical

2025-07-10 Thread Ahmad Fatoum
The parameters in the comment are correct, but the heading wasn't. Signed-off-by: Ahmad Fatoum --- include/range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/range.h b/include/range.h index f72849044d0b..82c152f3f7c8 100644 --- a/include/range.h +++ b/include/ran