Re: [PATCH] regmap: remove stray space

2020-06-15 Thread Mark Brown
On Mon, 15 Jun 2020 09:25:07 +0200, Bartosz Golaszewski wrote: > There are two spaces between arguments in regmap_fields_update_bits_base() > so remove one. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next Thanks! [1/1] regmap: remove stray space c

[PATCH] regmap: remove stray space

2020-06-15 Thread Bartosz Golaszewski
From: Bartosz Golaszewski There are two spaces between arguments in regmap_fields_update_bits_base() so remove one. Signed-off-by: Bartosz Golaszewski --- Hi Mark, I noticed this while writing the previous patch, so I guess we can fix it. Bart drivers/base/regmap/regmap.c | 2 +- 1 file cha