[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240518165840.29415-1-abhishektamboli9@gmail.com>
Date: Sat, 18 May 2024 22:28:40 +0530
From: Abhishek Tamboli <abhishektamboli9@...il.com>
To: srinivas.kandagatla@...aro.org
Cc: alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Remove redundant description in struct segdist_code
Remove redundant description, ensuring the documentation
accurately reflects the structure's members.
Signed-off-by: Abhishek Tamboli <abhishektamboli9@...il.com>
---
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
Powered by blists - more mailing lists