From 20cfb23d2ea428da799f93bc04aadc5ab5f52c95 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Mon, 22 Dec 2008 17:31:09 +0000 Subject: [PATCH] DEVEL15-doxygen-getfid-correction-20081222 LICENSE IPL10 correct out param description (cherry picked from commit 0c52c9b3d900f610822249765b6a441422361888) --- src/afs/afs_pioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 90cbdad893..1fddc27049 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -1126,12 +1126,12 @@ afs_HandlePioctl(struct vnode *avp, afs_int32 acom, } /*! - * VIOCETFID (22) - Get file ID quickly + * VIOCGETFID (22) - Get file ID quickly * * \ingroup pioctl * * \param[in] ain not in use - * \param[out] aout not in use + * \param[out] aout fid of requested file * * \retval EINVAL Error if some of the initial arguments aren't set *