On 3/23/22 23:09, Paul Menzel wrote: >> diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c >> index 86f1475e5bca..be46833d77a6 100644 >> --- a/drivers/ata/libata-sata.c >> +++ b/drivers/ata/libata-sata.c >> @@ -16,12 +16,31 @@ >> #include "libata.h" >> #include "libata-transport.h" >> >> -/* debounce timing parameters in msecs { interval, duration, timeout } */ >> -const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 }; >> +/* >> + * Debounce timing parameters in msecs. >> + */ >> +const struct sata_deb_timing sata_deb_timing_normal = >> +{ >> + .interval = 5, > > I find it always useful to append the unit to the variable name: > `interval_ms`. Yes, we can do that. -- Damien Le Moal Western Digital Research