* [PATCH] partition: fix kernel doc for region_identical
@ 2025-07-10 10:49 Ahmad Fatoum
0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2025-07-10 10:49 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
The parameters in the comment are correct, but the heading wasn't.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
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/range.h
@@ -41,7 +41,7 @@ static inline bool region_overlap_size(u64 starta, u64 lena,
}
/**
- * region_overlap_end - check whether a pair of [start, end] ranges overlap
+ * region_identical - check whether a pair of [start, extend] ranges are identical
*
* @starta: start of the first range
* @extenta: end or length of the first range
--
2.39.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-10 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-10 10:49 [PATCH] partition: fix kernel doc for region_identical Ahmad Fatoum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox