Skip to content

Commit 9ad8eb0

Browse files
dpfreybroonie
authored andcommitted
regmap: fix comment for regmap.use_single_write
Signed-off-by: David Frey <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 5b394b2 commit 9ad8eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/regmap/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct regmap {
149149

150150
/* if set, converts bulk read to single read */
151151
bool use_single_read;
152-
/* if set, converts bulk read to single read */
152+
/* if set, converts bulk write to single write */
153153
bool use_single_write;
154154
/* if set, the device supports multi write mode */
155155
bool can_multi_write;

0 commit comments

Comments
 (0)