On Wed, Aug 14, 2024 at 07:26:50PM +0530, Nilay Shroff wrote: > The "name" field in struct nvme_ctrl is unsued so removing it. > This would help save 12 bytes of space for each nvme_ctrl instance > created. name is a structure member, not a parameter. The code change itself look fine, though.