diff options
Diffstat (limited to 'drivers/gpu/nova-core/gfw.rs')
| -rw-r--r-- | drivers/gpu/nova-core/gfw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nova-core/gfw.rs b/drivers/gpu/nova-core/gfw.rs index 937e820e00fc..ce03ac9f4d9d 100644 --- a/drivers/gpu/nova-core/gfw.rs +++ b/drivers/gpu/nova-core/gfw.rs @@ -29,7 +29,7 @@ pub(crate) fn wait_gfw_boot_completion(bar: &Bar0) -> Result { if gfw_booted { Some(()) } else { - // TODO: replace with [1] once merged. + // TODO[DLAY]: replace with [1] once it merges. // [1] https://lore.kernel.org/rust-for-linux/20250423192857.199712-6-fujita.tomonori@gmail.com/ // // SAFETY: `msleep()` is safe to call with any parameter. |