From d74a92a248488662704e83776fe734e5e51ac270 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 8 Aug 2024 03:01:22 -0400 Subject: [PATCH] LU-18110 doc: fix wrong structure name in llapi_advise lla_advice is misspelled as lla_ladvice in description, so fix it. Test-Parameters: trivial Change-Id: I0ee455c5151436e3de114767fe3cfb6c164e6ef2 Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55967 Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/doc/llapi_ladvise.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/llapi_ladvise.3 b/lustre/doc/llapi_ladvise.3 index fd2d79f..0d9bb5c 100644 --- a/lustre/doc/llapi_ladvise.3 +++ b/lustre/doc/llapi_ladvise.3 @@ -52,7 +52,7 @@ struct llapi_lu_ladvise { .fi .in .TP -.I lla_ladvice +.I lla_advice specifies the advice for the given file range, currently one of: .TP .B LU_LADVISE_WILLREAD -- 1.8.3.1