[PATCH v1] i2c: mux: pca954x: Fix trivia typo: busses -> buses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
 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




[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux