Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Fix company name in module descriptions

This patch fix company name's spelling typo in module descriptions
and a Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Chris Snook <chris.snook@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
fe4e4372 f09ced92

+6 -6
+1 -1
drivers/clk/Kconfig
··· 28 28 depends on MFD_WM831X 29 29 ---help--- 30 30 Supports the clocking subsystem of the WM831x/2x series of 31 - PMICs from Wolfson Microlectronics. 31 + PMICs from Wolfson Microelectronics. 32 32 33 33 source "drivers/clk/versatile/Kconfig" 34 34
+1 -1
drivers/gpio/gpio-spear-spics.c
··· 204 204 subsys_initcall(spics_gpio_init); 205 205 206 206 MODULE_AUTHOR("Shiraz Hashim <shiraz.linux.kernel@gmail.com>"); 207 - MODULE_DESCRIPTION("ST Microlectronics SPEAr SPI Chip Select Abstraction"); 207 + MODULE_DESCRIPTION("STMicroelectronics SPEAr SPI Chip Select Abstraction"); 208 208 MODULE_LICENSE("GPL");
+1 -1
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
··· 48 48 49 49 MODULE_AUTHOR("Jie Yang"); 50 50 MODULE_AUTHOR("Qualcomm Atheros Inc., <nic-devel@qualcomm.com>"); 51 - MODULE_DESCRIPTION("Qualcom Atheros 100/1000M Ethernet Network Driver"); 51 + MODULE_DESCRIPTION("Qualcomm Atheros 100/1000M Ethernet Network Driver"); 52 52 MODULE_LICENSE("GPL"); 53 53 MODULE_VERSION(ATL1C_DRV_VERSION); 54 54
+1 -1
drivers/pinctrl/spear/pinctrl-plgpio.c
··· 746 746 subsys_initcall(plgpio_init); 747 747 748 748 MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.org>"); 749 - MODULE_DESCRIPTION("ST Microlectronics SPEAr PLGPIO driver"); 749 + MODULE_DESCRIPTION("STMicroelectronics SPEAr PLGPIO driver"); 750 750 MODULE_LICENSE("GPL");
+1 -1
drivers/video/fbdev/exynos/exynos_mipi_dsi.c
··· 570 570 module_platform_driver(exynos_mipi_dsi_driver); 571 571 572 572 MODULE_AUTHOR("InKi Dae <inki.dae@samsung.com>"); 573 - MODULE_DESCRIPTION("Samusung SoC MIPI-DSI driver"); 573 + MODULE_DESCRIPTION("Samsung SoC MIPI-DSI driver"); 574 574 MODULE_LICENSE("GPL");
+1 -1
drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c
··· 876 876 } 877 877 878 878 MODULE_AUTHOR("InKi Dae <inki.dae@samsung.com>"); 879 - MODULE_DESCRIPTION("Samusung SoC MIPI-DSI common driver"); 879 + MODULE_DESCRIPTION("Samsung SoC MIPI-DSI common driver"); 880 880 MODULE_LICENSE("GPL");