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

rtc: bd70528: fix module alias to autoload module

The module alias platform tag contains a spelling mistake. Fix it.

Fixes: f33506abbcdd ("rtc: bd70528: Add MODULE ALIAS to autoload module")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20191106083418.159045-1-colin.king@canonical.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Colin Ian King and committed by
Alexandre Belloni
afe19a7a c3e12e66

+1 -1
+1 -1
drivers/rtc/rtc-bd70528.c
··· 491 491 MODULE_AUTHOR("Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>"); 492 492 MODULE_DESCRIPTION("BD70528 RTC driver"); 493 493 MODULE_LICENSE("GPL"); 494 - MODULE_ALIAS("platofrm:bd70528-rtc"); 494 + MODULE_ALIAS("platform:bd70528-rtc");