mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
w1: ds2430: fix eeprom size in driver description
Non functional fix, set Kb to b, to avoid any misundertanding. Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com> Link: https://lore.kernel.org/r/20200507195050.472483-1-angelo.dureghello@timesys.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
74003385cf
commit
cafa1a5b22
@ -290,6 +290,6 @@ static struct w1_family w1_family_14 = {
|
||||
module_w1_family(w1_family_14);
|
||||
|
||||
MODULE_AUTHOR("Angelo Dureghello <angelo.dureghello@timesys.com>");
|
||||
MODULE_DESCRIPTION("w1 family 14 driver for DS2430, 256kb EEPROM");
|
||||
MODULE_DESCRIPTION("w1 family 14 driver for DS2430, 256b EEPROM");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2430));
|
||||
|
Loading…
Reference in New Issue
Block a user