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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4b9e7ed commit 9fb9b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)