On 9/5/26 3:43 AM, Karl Mehltretter wrote:
> struct vas_setup_attr does not exist; the name is struct
> vas_tx_win_open_attr.
> 
> Use struct vas_tx_win_open_attr.
> 
> Fixes: c12e38b1d52e ("Documentation/powerpc: VAS API")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <[email protected]>

Acked-by: Randy Dunlap <[email protected]>
Thanks.

> ---
>  Documentation/arch/powerpc/vas-api.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/powerpc/vas-api.rst 
> b/Documentation/arch/powerpc/vas-api.rst
> index 1d0d055356e3..00d98cfd95c9 100644
> --- a/Documentation/arch/powerpc/vas-api.rst
> +++ b/Documentation/arch/powerpc/vas-api.rst
> @@ -265,7 +265,7 @@ Simple example
>               {
>                       int rc, fd;
>                       void *addr;
> -                     struct vas_setup_attr txattr;
> +                     struct vas_tx_win_open_attr txattr;
>  
>                       fd = open("/dev/crypto/nx-gzip", O_RDWR);
>                       if (fd < 0) {

-- 
~Randy

Reply via email to