Re: [PATCH v2 9/9] scsi: ufshpb: Make host mode parameters configurable

From: Greg KH
Date: Tue Feb 02 2021 - 06:19:43 EST


On Tue, Feb 02, 2021 at 10:30:07AM +0200, Avri Altman wrote:
> +struct attribute_group ufs_sysfs_hpb_param_group = {
> + .name = "hpb_param_sysfs",

Shouldn't this be "hpb_param"? Why the trailing "_sysfs", doesn't that
look odd in the directory path?

thanks,

greg k-h