drm/bridge: Fix typo in post_disable() description
authorjsg <jsg@openbsd.org>
Mon, 29 Jan 2024 01:25:00 +0000 (01:25 +0000)
committerjsg <jsg@openbsd.org>
Mon, 29 Jan 2024 01:25:00 +0000 (01:25 +0000)
From Dario Binacchi
c111350d673a517c3995849c724e444205f7e51c in linux-6.6.y/6.6.14
288b039db225676e0c520c981a1b5a2562d893a3 in mainline linux

sys/dev/pci/drm/include/drm/drm_bridge.h

index e410302..1482d6d 100644 (file)
@@ -192,7 +192,7 @@ struct drm_bridge_funcs {
         * or &drm_encoder_helper_funcs.dpms hook.
         *
         * The bridge must assume that the display pipe (i.e. clocks and timing
-        * singals) feeding it is no longer running when this callback is
+        * signals) feeding it is no longer running when this callback is
         * called.
         *
         * The @post_disable callback is optional.