Skip to content

Commit 9fb9b77

Browse files
brglbroonie
authored andcommitted
regmap: remove stray space
There are two spaces between arguments in regmap_fields_update_bits_base() so remove one. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Link: https://lore.kernel.org/r/20200615072507.11303-1-brgl@bgdev.pl Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4b9e7ed commit 9fb9b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/regmap/regmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
20232023
* A value of zero will be returned on success, a negative errno will
20242024
* be returned in error cases.
20252025
*/
2026-
int regmap_fields_update_bits_base(struct regmap_field *field, unsigned int id,
2026+
int regmap_fields_update_bits_base(struct regmap_field *field, unsigned int id,
20272027
unsigned int mask, unsigned int val,
20282028
bool *change, bool async, bool force)
20292029
{

0 commit comments

Comments
 (0)