[PATCH] partition: fix kernel doc for region_identical
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Jul 10 03:49:49 PDT 2025
The parameters in the comment are correct, but the heading wasn't.
Signed-off-by: Ahmad Fatoum <a.fatoum at 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
More information about the barebox
mailing list