* [PATCH] [trivial] radeon: Fix typo in radeon_gem.c
@ 2012-02-27 14:28 Masanari Iida
0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2012-02-27 14:28 UTC (permalink / raw)
To: benh, linux-fbdev; +Cc: trivial, linux-kernel, Masanari Iida
Correct spelling "withou" to "without" in
drivers/gpu/drm/radeon/radeon_gem.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c
index 7337850..ff4ff23 100644
--- a/drivers/gpu/drm/radeon/radeon_gem.c
+++ b/drivers/gpu/drm/radeon/radeon_gem.c
@@ -117,7 +117,7 @@ int radeon_gem_set_domain(struct drm_gem_object *gobj,
}
if (!domain) {
/* Do nothings */
- printk(KERN_WARNING "Set domain withou domain !\n");
+ printk(KERN_WARNING "Set domain without domain !\n");
return 0;
}
if (domain = RADEON_GEM_DOMAIN_CPU) {
--
1.7.9.2.262.gba998
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-27 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 14:28 [PATCH] [trivial] radeon: Fix typo in radeon_gem.c Masanari Iida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).