* the sfp_bus structure, incrementing its reference count.  This must
  * be put via sfp_bus_put() when done.
  *
- * Returns: on success, a pointer to the sfp_bus structure,
- *         %NULL if no SFP is specified,
- *         on failure, an error pointer value:
- *             corresponding to the errors detailed for
- *             fwnode_property_get_reference_args().
- *             %-ENOMEM if we failed to allocate the bus.
- *             an error from the upstream's connect_phy() method.
+ * Returns:
+ *         - on success, a pointer to the sfp_bus structure,
+ *         - %NULL if no SFP is specified,
+ *         - on failure, an error pointer value:
+ *
+ *           - corresponding to the errors detailed for
+ *             fwnode_property_get_reference_args().
+ *           - %-ENOMEM if we failed to allocate the bus.
+ *           - an error from the upstream's connect_phy() method.
  */
 struct sfp_bus *sfp_bus_find_fwnode(struct fwnode_handle *fwnode)
 {
  * the SFP bus using sfp_register_upstream().  This takes a reference on the
  * bus, so it is safe to put the bus after this call.
  *
- * Returns: on success, a pointer to the sfp_bus structure,
- *         %NULL if no SFP is specified,
- *         on failure, an error pointer value:
- *             corresponding to the errors detailed for
- *             fwnode_property_get_reference_args().
- *             %-ENOMEM if we failed to allocate the bus.
- *             an error from the upstream's connect_phy() method.
+ * Returns:
+ *         - on success, a pointer to the sfp_bus structure,
+ *         - %NULL if no SFP is specified,
+ *         - on failure, an error pointer value:
+ *
+ *           - corresponding to the errors detailed for
+ *             fwnode_property_get_reference_args().
+ *           - %-ENOMEM if we failed to allocate the bus.
+ *           - an error from the upstream's connect_phy() method.
  */
 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream,
                         const struct sfp_upstream_ops *ops)