diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index d0bfa04e5af0a6609caf4acd66040143892e6d39..92132467c306f1dffd5c512142dafe5234cbda87 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h @@ -1118,7 +1118,11 @@ struct journal_s void (*j_commit_callback)(journal_t *, transaction_t *); - /* Pointer to the current checkpoint thread for this journal */ + /** + * @j_checkpoint_task: + * + * Pointer to the current checkpoint thread for this journal. + */ struct task_struct *j_checkpoint_task; /*