aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo.dureghello@timesys.com>2020-05-07 21:50:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-15 16:25:20 +0200
commitcafa1a5b220a22ae0066e2a1da81065bdbb87e45 (patch)
tree01789eceb2b5aa8313b77c75f2b7bc4863588631 /drivers/w1
parentmisc: fastrpc: fix potential fastrpc_invoke_ctx leak (diff)
downloadlinux-dev-cafa1a5b220a22ae0066e2a1da81065bdbb87e45.tar.xz
linux-dev-cafa1a5b220a22ae0066e2a1da81065bdbb87e45.zip
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>
Diffstat (limited to 'drivers/w1')
-rw-r--r--drivers/w1/slaves/w1_ds2430.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/slaves/w1_ds2430.c b/drivers/w1/slaves/w1_ds2430.c
index 6fb0563fb2ae..75bb8a88620b 100644
--- a/drivers/w1/slaves/w1_ds2430.c
+++ b/drivers/w1/slaves/w1_ds2430.c
@@ -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));