From b0081ec36ec81e52253b444bae9909648afa153e Mon Sep 17 00:00:00 2001 From: yury <yury> Date: Wed, 12 Nov 2008 17:33:02 +0000 Subject: [PATCH] - trivial doxygen fixes --- lustre/include/lustre_log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/include/lustre_log.h b/lustre/include/lustre_log.h index 215330cb2c..402e33e917 100644 --- a/lustre/include/lustre_log.h +++ b/lustre/include/lustre_log.h @@ -285,11 +285,11 @@ struct llog_commit_master { * Thread control structure. Used for control commit thread. */ struct ptlrpcd_ctl lcm_pc; - /* + /** * Lock protecting list of llcds. */ spinlock_t lcm_lock; - /* + /** * Llcds in flight for debugging purposes. */ struct list_head lcm_llcds; @@ -316,7 +316,7 @@ struct llog_canceld_ctxt { * left in llcd to cookie comming cookies. */ int llcd_size; - /* + /** * Link to lcm llcds list. */ struct list_head llcd_list; -- GitLab