Skip to content

Commit 79f576f

Browse files
committed
drm/asahi: run rustfmt
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent bd393e6 commit 79f576f

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

drivers/gpu/drm/asahi/file.rs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,15 @@ 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(Vm {
359-
ualloc,
360-
ualloc_priv,
361-
vm,
362-
_dummy_mapping: dummy_mapping,
363-
}, GFP_KERNEL,)?)?;
358+
resv.store(Box::new(
359+
Vm {
360+
ualloc,
361+
ualloc_priv,
362+
vm,
363+
_dummy_mapping: dummy_mapping,
364+
},
365+
GFP_KERNEL,
366+
)?)?;
364367

365368
data.vm_id = id;
366369

0 commit comments

Comments
 (0)