Skip to content

Commit cafa1a5

Browse files
adureghello-tsgregkh
authored andcommitted
w1: ds2430: fix eeprom size in driver description
Non functional fix, set Kb to b, to avoid any misundertanding. Signed-off-by: Angelo Dureghello <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7400338 commit cafa1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/w1/slaves/w1_ds2430.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,6 @@ static struct w1_family w1_family_14 = {
290290
module_w1_family(w1_family_14);
291291

292292
MODULE_AUTHOR("Angelo Dureghello <[email protected]>");
293-
MODULE_DESCRIPTION("w1 family 14 driver for DS2430, 256kb EEPROM");
293+
MODULE_DESCRIPTION("w1 family 14 driver for DS2430, 256b EEPROM");
294294
MODULE_LICENSE("GPL");
295295
MODULE_ALIAS("w1-family-" __stringify(W1_EEPROM_DS2430));

0 commit comments

Comments
 (0)