mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
radeon: Fix typo in radeon_gem.c
Correct spelling "withou" to "without" in drivers/gpu/drm/radeon/radeon_gem.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
35fca53e15
commit
b6cafa274d
@ -91,7 +91,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user