From: David Frey Date: Sat, 1 Sep 2018 16:50:40 +0000 (-0700) Subject: regmap: fix comment for regmap.use_single_write X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ad8eb0168ab76786f65d4b80ce082980f79a1d9;p=linux.git regmap: fix comment for regmap.use_single_write Signed-off-by: David Frey Signed-off-by: Mark Brown --- diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index a6bf34d6394ed..16414ccace966 100644 --- a/drivers/base/regmap/internal.h +++ b/drivers/base/regmap/internal.h @@ -149,7 +149,7 @@ struct regmap { /* if set, converts bulk read to single read */ bool use_single_read; - /* if set, converts bulk read to single read */ + /* if set, converts bulk write to single write */ bool use_single_write; /* if set, the device supports multi write mode */ bool can_multi_write;