From 8281d3bb37c72c8f873ab5b7fab7c79eb417d8f4 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 6 Jul 2004 17:19:40 +1000 Subject: typo.. --- drivers/char/drm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig index 087ad5d29c68..13797ca0c2ab 100644 --- a/drivers/char/drm/Kconfig +++ b/drivers/char/drm/Kconfig @@ -76,7 +76,7 @@ config DRM_SIS tristate "SiS video cards" depends on DRM && AGP help - Choose this option if you have a SiS 630 or compatibel video + Choose this option if you have a SiS 630 or compatible video chipset. If M is selected the module will be called sis. AGP support is required for this driver to work. -- cgit v1.2.3 From 6603eb8a2600df00d51f45f4dcbfb3b6ce633a80 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 6 Jul 2004 17:37:55 +1000 Subject: typo in radeon_state.c --- drivers/char/drm/radeon_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/drm/radeon_state.c b/drivers/char/drm/radeon_state.c index 64143d190c16..a1da7c3d5513 100644 --- a/drivers/char/drm/radeon_state.c +++ b/drivers/char/drm/radeon_state.c @@ -563,7 +563,7 @@ static struct { { R200_PP_CUBIC_OFFSET_F1_5, 5, "R200_PP_CUBIC_OFFSET_F1_5" }, { RADEON_PP_TEX_SIZE_0, 2, "RADEON_PP_TEX_SIZE_0" }, { RADEON_PP_TEX_SIZE_1, 2, "RADEON_PP_TEX_SIZE_1" }, - { RADEON_PP_TEX_SIZE_2, 2, "RADEON_PP_TEX_SIZE_1" }, + { RADEON_PP_TEX_SIZE_2, 2, "RADEON_PP_TEX_SIZE_2" }, { R200_RB3D_BLENDCOLOR, 3, "R200_RB3D_BLENDCOLOR" }, }; -- cgit v1.2.3 From 930e06f4c476a344797190aa099ff602eec10d8f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 6 Jul 2004 18:09:38 +1000 Subject: whitespace cleanup in radeon.h --- drivers/char/drm/radeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/drm/radeon.h b/drivers/char/drm/radeon.h index 54fac7940015..83902f86942b 100644 --- a/drivers/char/drm/radeon.h +++ b/drivers/char/drm/radeon.h @@ -141,7 +141,7 @@ do { \ radeon_do_cleanup_pageflip( dev ); \ } \ radeon_mem_release( filp, dev_priv->gart_heap ); \ - radeon_mem_release( filp, dev_priv->fb_heap ); \ + radeon_mem_release( filp, dev_priv->fb_heap ); \ } \ } while (0) -- cgit v1.2.3