diff --git a/lustre/llite/file.c b/lustre/llite/file.c
index 59eaf3968dd92e28c0dd44a5a4e33ddc88f608ff..2d8eaa9a5249643867f5a0a3ce7ae306e2c36ef2 100644
--- a/lustre/llite/file.c
+++ b/lustre/llite/file.c
@@ -2456,6 +2456,15 @@ cleanup:
         RETURN(rc);
 }
 
+/**
+ * Close inode open handle
+ *
+ * \param dentry [in]     dentry which contains the inode
+ * \param it     [in,out] intent which contains open info and result
+ *
+ * \retval 0     success
+ * \retval <0    failure
+ */
 int ll_release_openhandle(struct dentry *dentry, struct lookup_intent *it)
 {
         struct inode *inode = dentry->d_inode;