On Mon, Jun 01, 2026 at 03:25:08PM +0100, Goncalo Gomes wrote: > Fix issues flagged by checkpatch.pl:
This is only needed for new code, or stuff in drivers/staging/ Stick to there unless you know the maintainer will take such changes. > Replace `sprintf` with `sysfs_emit` in the `name_show` callback. > sysfs.rst states that `show` methods should only use `sysfs_emit` > when formatting output for user space. > > Rename `show_port_name` to `name_show` to follow the naming convention > for sysfs attribute callbacks, and replace the open-coded DEVICE_ATTR() > with DEVICE_ATTR_RO(name) which encodes both the mode and the expected > function name. > > Also fix a missing blank line after a declaration in free_buf(). You should have broken this up into multiple patches anyway :( thanks, greg k-h

