[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <B168F8A49F4BCF4C84FD23DA5F6363EE6828B45B@NWD2MBX5.ad.analog.com>
Date: Wed, 29 Jul 2015 03:01:57 +0000
From: "Zhang, Sonic" <Sonic.Zhang@...log.com>
To: Masanari Iida <standby24x7@...il.com>,
"trivial@...nel.org" <trivial@...nel.org>,
"wsa@...-dreams.de" <wsa@...-dreams.de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>
Subject: RE: [PATCH] [trivial] i2c: Fix typo in i2c-bfin-twi.c
Acked-by: Sonic Zhang <sonic.zhang@...log.com>
>-----Original Message-----
>From: Masanari Iida [mailto:standby24x7@...il.com]
>Sent: Tuesday, July 28, 2015 7:11 PM
>To: trivial@...nel.org; Zhang, Sonic; wsa@...-dreams.de; linux-kernel@...r.kernel.org; linux-i2c@...r.kernel.org;
>bryan.wu@...log.com
>Cc: Masanari Iida
>Subject: [PATCH] [trivial] i2c: Fix typo in i2c-bfin-twi.c
>
>This patch fix some typos found in a printk message and MODULE_DESCRIPTION.
>
>Signed-off-by: Masanari Iida <standby24x7@...il.com>
>---
> drivers/i2c/busses/i2c-bfin-twi.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/drivers/i2c/busses/i2c-bfin-twi.c b/drivers/i2c/busses/i2c-bfin-twi.c
>index af162b4..025686d 100644
>--- a/drivers/i2c/busses/i2c-bfin-twi.c
>+++ b/drivers/i2c/busses/i2c-bfin-twi.c
>@@ -692,7 +692,7 @@ static int i2c_bfin_twi_probe(struct platform_device *pdev)
>
> platform_set_drvdata(pdev, iface);
>
>- dev_info(&pdev->dev, "Blackfin BF5xx on-chip I2C TWI Contoller, "
>+ dev_info(&pdev->dev, "Blackfin BF5xx on-chip I2C TWI Controller, "
> "regs_base@%p\n", iface->regs_base);
>
> return 0;
>@@ -735,6 +735,6 @@ subsys_initcall(i2c_bfin_twi_init);
> module_exit(i2c_bfin_twi_exit);
>
> MODULE_AUTHOR("Bryan Wu, Sonic Zhang"); -MODULE_DESCRIPTION("Blackfin BF5xx on-chip I2C TWI Contoller
>Driver");
>+MODULE_DESCRIPTION("Blackfin BF5xx on-chip I2C TWI Controller Driver");
> MODULE_LICENSE("GPL");
> MODULE_ALIAS("platform:i2c-bfin-twi");
>--
>2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists