Fixed typo in onewire generic doc
authorGergo Huszty <huszty.gergo@digitaltrip.hu>
Wed, 20 Dec 2017 19:07:08 +0000 (20:07 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Dec 2017 20:39:28 +0000 (13:39 -0700)
commitd6f44b3bd870ff5946fcd4293b4c07029d8d93c9
tree57a076f992835441ab187da8aa2b8cb08fe780d6
parent651a9ee42a76e4277129af614fbabf0797657f6e
Fixed typo in onewire generic doc

Onewire devices has 6 byte long unique serial numbers, 1 byte family
code and 1 byte CRC. Linux sysfs presents the device folder in the
form of familyID-deviceID, so CRC is not shown. The consequence is
that the device serial number is always a 12 long hex-string, but
doc says 13 in one place. This is corrected by this change.
Reference: https://en.wikipedia.org/wiki/1-Wire

Signed-off-by: Gergo Huszty <huszty.gergo@digitaltrip.hu>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/w1/w1.generic