public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Frey <dpfrey@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: broonie@kernel.org, David Frey <dpfrey@gmail.com>
Subject: [PATCH 1/3] regmap: fix comment for regmap.use_single_write
Date: Fri, 31 Aug 2018 16:33:31 -0700	[thread overview]
Message-ID: <20180831233333.17223-2-dpfrey@gmail.com> (raw)
In-Reply-To: <20180831233333.17223-1-dpfrey@gmail.com>

Signed-off-by: David Frey <dpfrey@gmail.com>
---
 drivers/base/regmap/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
 
 	/* 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;
-- 
2.11.0


  reply	other threads:[~2018-08-31 23:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 23:33 [PATCH 0/3] regmap: split regmap_config.use_single_rw David Frey
2018-08-31 23:33 ` David Frey [this message]
2018-08-31 23:33 ` [PATCH 2/3] regmap: split up regmap_config.use_single_rw David Frey
2018-09-01 10:49   ` kbuild test robot
2018-09-01 11:13   ` kbuild test robot
2018-08-31 23:33 ` [PATCH 3/3] regmap: update users of regmap_config.use_single_rw David Frey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180831233333.17223-2-dpfrey@gmail.com \
    --to=dpfrey@gmail.com \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox