On Tue Jan 27, 2026 at 10:04 PM CET, Timur Tabi wrote:
> On Sat, 2026-01-17 at 12:09 +0100, Danilo Krummrich wrote:
>> 
>
>> > @@ -25,3 +25,8 @@ void rust_helper_dev_set_drvdata(struct device *dev, 
>> > void *data)
>> >  {
>> >    dev_set_drvdata(dev, data);
>> >  }
>> > +
>> > +const char *rust_helper_dev_name(const struct device *dev)
>> 
>> Please add the __rust_helper annotation.
>
> Should I add it to all of the functions in this file?  None of the existing 
> functions have
> "__rust_helper".

This is only because your base is from a different tree, within the
driver-core-next branch they should all have this annotation already. So, just
add it to the new one you introduce please.

Reply via email to