From 095d2cbe54e6e7ac7aff312f146e9051d4c012d6 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 29 Jan 2024 01:25:00 +0000 Subject: [PATCH] drm/bridge: Fix typo in post_disable() description 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/include/drm/drm_bridge.h b/sys/dev/pci/drm/include/drm/drm_bridge.h index e410302769e..1482d6d8084 100644 --- a/sys/dev/pci/drm/include/drm/drm_bridge.h +++ b/sys/dev/pci/drm/include/drm/drm_bridge.h @@ -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. -- 2.20.1