From: pengfuyuan pengfuyuan@kylinos.cn
Fix spelling typo in comment.
Reported-by: k2ci kernel-bot@kylinos.cn Signed-off-by: pengfuyuan pengfuyuan@kylinos.cn --- drivers/gpu/drm/mga/mga_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/mga/mga_state.c b/drivers/gpu/drm/mga/mga_state.c index 5b7247b58451..023e0cf12ef2 100644 --- a/drivers/gpu/drm/mga/mga_state.c +++ b/drivers/gpu/drm/mga/mga_state.c @@ -712,7 +712,7 @@ static void mga_dma_dispatch_indices(struct drm_device *dev, struct drm_buf *buf FLUSH_DMA(); }
-/* This copies a 64 byte aligned agp region to the frambuffer with a +/* This copies a 64 byte aligned agp region to the framebuffer with a * standard blit, the ioctl needs to do checking. */ static void mga_dma_dispatch_iload(struct drm_device *dev, struct drm_buf *buf,
dri-devel@lists.freedesktop.org