[PATCH] soc: ti: k3-ringacc: cleanup double word in comment

trix@redhat.com posted 1 patch 2 years, 3 months ago
include/linux/soc/ti/k3-ringacc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc: ti: k3-ringacc: cleanup double word in comment
Posted by trix@redhat.com 2 years, 3 months ago
From: Tom Rix <trix@redhat.com>

Remove the second 'struct'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 include/linux/soc/ti/k3-ringacc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/soc/ti/k3-ringacc.h b/include/linux/soc/ti/k3-ringacc.h
index 39b022b925986..c218f27ba26cc 100644
--- a/include/linux/soc/ti/k3-ringacc.h
+++ b/include/linux/soc/ti/k3-ringacc.h
@@ -256,7 +256,7 @@ u32 k3_ringacc_get_tisci_dev_id(struct k3_ring *ring);
 struct ti_sci_handle;
 
 /**
- * struct struct k3_ringacc_init_data - Initialization data for DMA rings
+ * struct k3_ringacc_init_data - Initialization data for DMA rings
  */
 struct k3_ringacc_init_data {
 	const struct ti_sci_handle *tisci;
-- 
2.26.3