@@ -349,9 +349,9 @@ struct drm_bridge_funcs {
349
349
* Duplicate the current bridge state object (which is guaranteed to be
350
350
* non-NULL).
351
351
*
352
- * The atomic_duplicate_state() is optional. When not implemented the
353
- * core allocates a drm_bridge_state object and calls
354
- * & __drm_atomic_helper_bridge_duplicate_state() to initialize it.
352
+ * The atomic_duplicate_state() hook is optional. When not implemented
353
+ * the core allocates a drm_bridge_state object and calls
354
+ * __drm_atomic_helper_bridge_duplicate_state() to initialize it.
355
355
*
356
356
* RETURNS:
357
357
* A valid drm_bridge_state object or NULL if the allocation fails.
@@ -407,11 +407,11 @@ struct drm_bridge_funcs {
407
407
* Formats listed in the returned array should be listed in decreasing
408
408
* preference order (the core will try all formats until it finds one
409
409
* that works). When the format is not supported NULL should be
410
- * returned and * num_output_fmts should be set to 0.
410
+ * returned and num_output_fmts should be set to 0.
411
411
*
412
412
* This method is called on all elements of the bridge chain as part of
413
413
* the bus format negotiation process that happens in
414
- * & drm_atomic_bridge_chain_select_bus_fmts().
414
+ * drm_atomic_bridge_chain_select_bus_fmts().
415
415
* This method is optional. When not implemented, the core will bypass
416
416
* bus format negotiation on this element of the bridge without
417
417
* failing, and the previous element in the chain will be passed
@@ -478,9 +478,10 @@ struct drm_bridge_funcs {
478
478
*
479
479
* Note that the atomic_reset() semantics is not exactly matching the
480
480
* reset() semantics found on other components (connector, plane, ...).
481
- * 1/ The reset operation happens when the bridge is attached, not when
481
+ *
482
+ * 1. The reset operation happens when the bridge is attached, not when
482
483
* drm_mode_config_reset() is called
483
- * 2/ It's meant to be used exclusively on bridges that have been
484
+ * 2. It's meant to be used exclusively on bridges that have been
484
485
* converted to the ATOMIC API
485
486
*
486
487
* RETURNS:
0 commit comments