Skip to content

Commit dc9071b

Browse files
committed
fixup! drm/asahi: run rustfmt
1 parent 2523c38 commit dc9071b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ impl File {
355355
dummy_obj.map_at(&vm, mmu::IOVA_UNK_PAGE, mmu::PROT_GPU_SHARED_RW, true)?;
356356

357357
mod_dev_dbg!(device, "[File {} VM {}]: VM created\n", file_id, id);
358-
resv.store(Box::new(
358+
resv.store(KBox::new(
359359
Vm {
360360
ualloc,
361361
ualloc_priv,

0 commit comments

Comments
 (0)