diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 6ea23b7f05eba6331ff4e8c2e166dcbab73d1389..6c5859c63c7a6760930ec25893410b2cbc94cfdc 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; /*