Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/tilcdc: fix typos in comment

Fix typos in comment.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Signed-off-by: Jyri Sarha <jyri.sarha@iki.fi>
Link: https://patchwork.freedesktop.org/patch/msgid/1650625751-32137-1-git-send-email-brookxu.cn@gmail.com

authored by

Chunguang Xu and committed by
Jyri Sarha
503e1972 0f73a559

+1 -1
+1 -1
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
··· 996 996 if (stat & LCDC_FRAME_DONE) { 997 997 tilcdc_crtc->frame_done = true; 998 998 wake_up(&tilcdc_crtc->frame_done_wq); 999 - /* rev 1 lcdc appears to hang if irq is not disbaled here */ 999 + /* rev 1 lcdc appears to hang if irq is not disabled here */ 1000 1000 if (priv->rev == 1) 1001 1001 tilcdc_clear(dev, LCDC_RASTER_CTRL_REG, 1002 1002 LCDC_V1_FRAME_DONE_INT_ENA);