On 11/5/25 3:18 PM, Lyude Paul wrote:
...
>> diff --git a/drivers/gpu/nova-core/falcon/gsp.rs 
>> b/drivers/gpu/nova-core/falcon/gsp.rs
>> index f17599cb49fa..e0c0b18ec5bf 100644
>> --- a/drivers/gpu/nova-core/falcon/gsp.rs
>> +++ b/drivers/gpu/nova-core/falcon/gsp.rs
>> @@ -1,5 +1,11 @@
>>  // SPDX-License-Identifier: GPL-2.0
>>  
>> +use kernel::{
>> +    io::poll::read_poll_timeout,
>> +    prelude::*,
>> +    time::Delta, //
> 
> Looks like a wild // got loose!

Not at all. This is the new normal, until rustfmt gets updated.
The idea is to avoid merge conflicts in "use" statements, by
having one item per line. The trailing ", //" is a hack that
forces the desired behavior.

As per Miguel Ojeda's note, here:

https://lore.kernel.org/all/CANiq72kDB1cX1XXX7sc3yQvnaUUYB8q1wVKNxykv8=OV-=r...@mail.gmail.com/


thanks,
-- 
John Hubbard

Reply via email to