From: Colin Ian King <colin.king@xxxxxxxxxxxxx> There is a spelling mistake in the module description. Fix it. Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- drivers/phy/rockchip/phy-rockchip-inno-hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-hdmi.c b/drivers/phy/rockchip/phy-rockchip-inno-hdmi.c index 2b97fb1185a0..91923209a026 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-hdmi.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-hdmi.c @@ -1273,5 +1273,5 @@ static struct platform_driver inno_hdmi_phy_driver = { module_platform_driver(inno_hdmi_phy_driver); MODULE_AUTHOR("Zheng Yang <zhengyang@xxxxxxxxxxxxxx>"); -MODULE_DESCRIPTION("Innosilion HDMI 2.0 Transmitter PHY Driver"); +MODULE_DESCRIPTION("Innosilicon HDMI 2.0 Transmitter PHY Driver"); MODULE_LICENSE("GPL v2"); -- 2.20.1