* stores it to the inode file given by @ifile and the nilfs root object
  * given by @root.
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-EINVAL  - Invalid checkpoint.
  * * %-ENOMEM  - Insufficient memory available.
  * * %-EIO     - I/O error (including metadata corruption).
  * In either case, the buffer of the block containing the checkpoint entry
  * and the cpfile inode are made dirty for inclusion in the write log.
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-ENOMEM  - Insufficient memory available.
  * * %-EIO     - I/O error (including metadata corruption).
  * * %-EROFS   - Read only filesystem
  * cpfile with the data given by the arguments @root, @blkinc, @ctime, and
  * @minor.
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-ENOMEM  - Insufficient memory available.
  * * %-EIO     - I/O error (including metadata corruption).
  */
  * number to continue searching.
  *
  * Return: Count of checkpoint info items stored in the output buffer on
- * success, or the following negative error code on failure.
+ * success, or one of the following negative error codes on failure:
  * * %-EINVAL  - Invalid checkpoint mode.
  * * %-ENOMEM  - Insufficient memory available.
  * * %-EIO     - I/O error (including metadata corruption).
  * @cpfile: checkpoint file inode
  * @cno:    checkpoint number to delete
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-EBUSY   - Checkpoint in use (snapshot specified).
  * * %-EIO     - I/O error (including metadata corruption).
  * * %-ENOENT  - No valid checkpoint found.
  * @cno:    checkpoint number
  *
  * Return: 1 if the checkpoint specified by @cno is a snapshot, 0 if not, or
- * the following negative error code on failure.
+ * one of the following negative error codes on failure:
  * * %-EIO     - I/O error (including metadata corruption).
  * * %-ENOENT  - No such checkpoint.
  * * %-ENOMEM  - Insufficient memory available.
 
  * a super root block containing this sufile change is complete, and it can
  * be canceled with nilfs_sufile_cancel_freev() until then.
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-EINVAL  - Invalid segment number.
  * * %-EIO     - I/O error (including metadata corruption).
  * * %-ENOMEM  - Insufficient memory available.
  * This allocates a log writer object, initializes it, and starts the
  * log writer.
  *
- * Return: 0 on success, or the following negative error code on failure.
+ * Return: 0 on success, or one of the following negative error codes on
+ * failure:
  * * %-EINTR   - Log writer thread creation failed due to interruption.
  * * %-ENOMEM  - Insufficient memory available.
  */