diff options
author | David Frey <dpfrey@gmail.com> | 2018-09-01 12:50:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-07 08:03:51 -0400 |
commit | 9ad8eb0168ab76786f65d4b80ce082980f79a1d9 (patch) | |
tree | 6ee7e64777630a4dad66caf420e02c4cdafc1d48 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
regmap: fix comment for regmap.use_single_write
Signed-off-by: David Frey <dpfrey@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/base/regmap/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index a6bf34d6394e..16414ccace96 100644 --- a/drivers/base/regmap/internal.h +++ b/drivers/base/regmap/internal.h | |||
@@ -149,7 +149,7 @@ struct regmap { | |||
149 | 149 | ||
150 | /* if set, converts bulk read to single read */ | 150 | /* if set, converts bulk read to single read */ |
151 | bool use_single_read; | 151 | bool use_single_read; |
152 | /* if set, converts bulk read to single read */ | 152 | /* if set, converts bulk write to single write */ |
153 | bool use_single_write; | 153 | bool use_single_write; |
154 | /* if set, the device supports multi write mode */ | 154 | /* if set, the device supports multi write mode */ |
155 | bool can_multi_write; | 155 | bool can_multi_write; |