On 2020-08-20 17:27, Andy Shevchenko wrote: > Fix trivia typo: busses -> buses. While at it, rearrange LOCs I don't think it's a typo at all, it's just an old spelling. Not worth it if you ask me, but then again, I'm not a native speaker. Anyway, unless I get more input my call is to change this whenever drivers/i2c/busses/ is renamed... Cheers, Peter > 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; > >