Skip to content

Commit

Permalink
i2c: Fix typo in i2c-bfin-twi.c
Browse files Browse the repository at this point in the history
This patch fix some typos found in a printk message and
MODULE_DESCRIPTION.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Aug 7, 2015
1 parent e1c0506 commit e9e346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/i2c/busses/i2c-bfin-twi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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");

0 comments on commit e9e346a

Please sign in to comment.