From 99a05bdd378be62c31e0e2320310871eb9c9b68b Mon Sep 17 00:00:00 2001 From: Doug Oucharek Date: Mon, 10 Nov 2014 12:22:14 -0800 Subject: [PATCH] LU-1892 osp: Fix Doxygen warnings for osp_trans.c After patch 10361, three Doxygen warnings were created due to incorrect syntax. This patch fixes those. Signed-off-by: Doug Oucharek Change-Id: Iaaec90f545a8f55522b5f87111dea2b544592ea2 Reviewed-on: http://review.whamcloud.com/12659 Tested-by: Jenkins Reviewed-by: Richard Henwood Tested-by: Maloo Reviewed-by: Fan Yong Reviewed-by: Oleg Drokin --- lustre/osp/osp_trans.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/osp/osp_trans.c b/lustre/osp/osp_trans.c index cf9d4d2..449a474 100644 --- a/lustre/osp/osp_trans.c +++ b/lustre/osp/osp_trans.c @@ -295,8 +295,8 @@ osp_find_or_create_async_update_request(struct osp_device *osp) * \param[in] env pointer to the thread context * \param[in] op operation type, see 'enum update_type' * \param[in] obj pointer to the operation target - * \param[in] count array size of the subsequent @lens and @bufs - * \param[in] lens buffer length array for the subsequent @bufs + * \param[in] count array size of the subsequent \a lens and \a bufs + * \param[in] lens buffer length array for the subsequent \a bufs * \param[in] bufs the buffers to compose the request * \param[in] data pointer to the data used by the interpreter * \param[in] interpreter pointer to the interpreter function -- 1.8.3.1