[PATCH 13/30] crypto: sa2ul - fix struct documentation for match_data
From: Manorit Chawdhry
Date: Tue Sep 15 2026 - 06:12:01 EST
Update structure name in documentation comment from sa_of_data
to sa_match_data to match the actual structure definition.
Assisted-by: Sisyphus:claude-sonnet-4-6
Signed-off-by: Manorit Chawdhry <m-chawdhry@xxxxxx>
---
drivers/crypto/sa2ul.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/sa2ul.h b/drivers/crypto/sa2ul.h
index 7c0ca2ca966e..04669bf7fcb5 100644
--- a/drivers/crypto/sa2ul.h
+++ b/drivers/crypto/sa2ul.h
@@ -162,7 +162,7 @@ struct sa_match_data;
/**
* struct sa_crypto_data - Crypto driver instance data
- * @soc_data: Pointer to SoC specific data
+ * @match_data: Pointer to match data
* @pdev: Platform device pointer
* @sc_pool: security context pool
* @dev: Device pointer
--
2.43.0