Re: [PATCH 01/11] regulator: rename variable rd to rdev

2023-09-20 Thread Marco Felsch
On 23-09-20, Sascha Hauer wrote: > the struct regulator_dev * variable is mostly named 'rdev', but > sometimes 'rd' is used. Rename to 'rdev' consistently. > > Signed-off-by: Sascha Hauer Reviewed-by: Marco Felsch > --- > drivers/regulator/core.c | 32 > 1

[PATCH 01/11] regulator: rename variable rd to rdev

2023-09-20 Thread Sascha Hauer
the struct regulator_dev * variable is mostly named 'rdev', but sometimes 'rd' is used. Rename to 'rdev' consistently. Signed-off-by: Sascha Hauer --- drivers/regulator/core.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git