Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention

From: John Hubbard

Date: Thu Mar 12 2026 - 14:54:23 EST


On 3/12/26 11:45 AM, Cheng-Yang Chou wrote:
...
kernel::module_auxiliary_driver! {
type: NovaDriver,
- name: "Nova",
+ name: "nova-drm",

Well, but now it is out of sync with the file name: nova.rs.

You should change both, or neither, I'm thinking.

I think renaming the file to nova_drm.rs would better reflect the
driver's identity now that the module name is nova-drm, making it easier
for readers to associate the source file with the driver.

Would that work for you?


I'm OK with the name change.

thanks,
--
John Hubbard