Remove redundant description, ensuring the documentation accurately reflects the structure's members. Signed-off-by: Abhishek Tamboli <abhishektamboli9@xxxxxxxxx> --- The documentation for struct segdist_code contained an excess description for the member 'segdist_codes', which is not a member of the struct but rather an array of segdist_code structs. drivers/slimbus/stream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/slimbus/stream.c b/drivers/slimbus/stream.c index 1d6b38657917..9e7983507f19 100644 --- a/drivers/slimbus/stream.c +++ b/drivers/slimbus/stream.c @@ -18,7 +18,6 @@ * and the first slot of the next consecutive Segment. * @segdist_code: Segment Distribution Code SD[11:0] * @seg_offset_mask: Segment offset mask in SD[11:0] - * @segdist_codes: List of all possible Segmet Distribution codes. */ static const struct segdist_code { int ratem; -- 2.25.1