Re: [PATCH] efifb: BGRT: Fix typo in *deferred* in comment
From: Hans de Goede <hidden>
Date: 2020-06-13 08:52:03
Hi, On 6/13/20 10:13 AM, Paul Menzel wrote:
Cc: linux-fbdev@vger.kernel.org Cc: Hans de Goede <redacted> Signed-off-by: Paul Menzel <redacted>
LGTM: Acked-by: Hans de Goede <redacted> Regards, Hans
quoted hunk ↗ jump to hunk
--- drivers/video/fbdev/efifb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index 65491ae74808..42b4facc5e2b 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c@@ -91,7 +91,7 @@ static int efifb_setcolreg(unsigned regno, unsigned red, unsigned green, } /* - * If fbcon deffered console takeover is configured, the intent is for the + * If fbcon deferred console takeover is configured, the intent is for the * framebuffer to show the boot graphics (e.g. vendor logo) until there is some * (error) message to display. But the boot graphics may have been destroyed by * e.g. option ROM output, detect this and restore the boot graphics.