linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Peter Rosin <peda@axentia.se>,
	linux-i2c@vger.kernel.org, Biwen Li <biwen.li@nxp.com>,
	Wolfram Sang <wsa@kernel.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v1] i2c: mux: pca954x: Fix trivia typo: busses -> buses
Date: Thu, 20 Aug 2020 18:27:29 +0300	[thread overview]
Message-ID: <20200820152729.74944-1-andriy.shevchenko@linux.intel.com> (raw)

Fix trivia typo: busses -> buses. While at it, rearrange LOCs
for better readability.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/i2c/muxes/i2c-mux-pca954x.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/i2c/muxes/i2c-mux-pca954x.c b/drivers/i2c/muxes/i2c-mux-pca954x.c
index 4ad665757dd8..dbf98d0aa656 100644
--- a/drivers/i2c/muxes/i2c-mux-pca954x.c
+++ b/drivers/i2c/muxes/i2c-mux-pca954x.c
@@ -510,9 +510,9 @@ static int pca954x_probe(struct i2c_client *client,
 	 */
 	device_create_file(dev, &dev_attr_idle_state);
 
-	dev_info(dev, "registered %d multiplexed busses for I2C %s %s\n",
-		 num, data->chip->muxtype == pca954x_ismux
-				? "mux" : "switch", client->name);
+	dev_info(dev, "registered %d multiplexed buses for I2C %s %s\n",
+		 num, data->chip->muxtype == pca954x_ismux ? "mux" : "switch",
+		 client->name);
 
 	return 0;
 
-- 
2.28.0


             reply	other threads:[~2020-08-20 15:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 15:27 Andy Shevchenko [this message]
2020-08-20 20:02 ` [PATCH v1] i2c: mux: pca954x: Fix trivia typo: busses -> buses Peter Rosin
2020-08-25  7:18   ` Wolfram Sang

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=20200820152729.74944-1-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=biwen.li@nxp.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=peda@axentia.se \
    --cc=wsa@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;
as well as URLs for NNTP newsgroup(s).