]> Git Repo - J-linux.git/commitdiff
i2c: tegra: Improve driver module description
authorDmitry Osipenko <[email protected]>
Tue, 29 Sep 2020 22:19:15 +0000 (01:19 +0300)
committerWolfram Sang <[email protected]>
Mon, 5 Oct 2020 20:57:45 +0000 (22:57 +0200)
Use proper spelling of "NVIDIA" and don't designate driver as Tegra2-only
since newer SoC generations are supported as well.

Reviewed-by: Michał Mirosław <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Tested-by: Thierry Reding <[email protected]>
Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
drivers/i2c/busses/i2c-tegra.c

index b88b38a45fb555813f6d3fa4b79474e7ba3c1161..6f08c0c3238d5ade9a25f4c9900ba79d23fe2782 100644 (file)
@@ -1913,6 +1913,6 @@ static struct platform_driver tegra_i2c_driver = {
 };
 module_platform_driver(tegra_i2c_driver);
 
-MODULE_DESCRIPTION("nVidia Tegra2 I2C Bus Controller driver");
+MODULE_DESCRIPTION("NVIDIA Tegra I2C Bus Controller driver");
 MODULE_AUTHOR("Colin Cross");
 MODULE_LICENSE("GPL v2");
This page took 0.055285 seconds and 4 git commands to generate.