Docs: Comment: Fixed egregious typos
Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Родитель
0b1587b18b
Коммит
0dc5d4f708
|
@ -1541,7 +1541,7 @@ int r300_init(struct radeon_device *rdev)
|
||||||
rdev->accel_working = true;
|
rdev->accel_working = true;
|
||||||
r = r300_startup(rdev);
|
r = r300_startup(rdev);
|
||||||
if (r) {
|
if (r) {
|
||||||
/* Somethings want wront with the accel init stop accel */
|
/* Something went wrong with the accel init, so stop accel */
|
||||||
dev_err(rdev->dev, "Disabling GPU acceleration\n");
|
dev_err(rdev->dev, "Disabling GPU acceleration\n");
|
||||||
r100_cp_fini(rdev);
|
r100_cp_fini(rdev);
|
||||||
radeon_wb_fini(rdev);
|
radeon_wb_fini(rdev);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче