[PATCH] nvme: Remove unused parameter

Christoph Hellwig hch at lst.de
Thu Aug 15 22:41:11 PDT 2024


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.




More information about the Linux-nvme mailing list