From: Doug Oucharek Date: Mon, 10 Nov 2014 20:22:14 +0000 (-0800) Subject: LU-1892 osp: Fix Doxygen warnings for osp_trans.c X-Git-Tag: 2.6.91~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F12659%2F2;p=fs%2Flustre-release.git 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 --- 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