* @buf:       TXT Buffer index to which frame is inserted (0-based)
  * @isfdf:     True - CAN FD Frame, False - CAN 2.0 Frame
  *
- * Return: True - Frame inserted successfully
- *        False - Frame was not inserted due to one of:
- *                     1. TXT Buffer is not writable (it is in wrong state)
- *                     2. Invalid TXT buffer index
- *                     3. Invalid frame length
+ * Return:
+ * * True - Frame inserted successfully
+ * * False - Frame was not inserted due to one of:
+ *     1. TXT Buffer is not writable (it is in wrong state)
+ *     2. Invalid TXT buffer index
+ *     3. Invalid frame length
  */
 static bool ctucan_insert_frame(struct ctucan_priv *priv, const struct canfd_frame *cf, u8 buf,
                                bool isfdf)