summaryrefslogtreecommitdiff
path: root/Documentation/i2c/slave-eeprom-backend
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-03-17 12:09:35 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-17 12:09:35 -0700
commit37aa7319cd81a0eb587e552b0ec7e88c03853bf7 (patch)
tree42e7fcc140b411bca74dc9d4c0585976d2cd0343 /Documentation/i2c/slave-eeprom-backend
parentbb7aeae3d680c2c777f54274b0270ced0599f33d (diff)
parentabfa6cd8cda71b9071191e72711bd474e539b1b2 (diff)
downloadlwn-37aa7319cd81a0eb587e552b0ec7e88c03853bf7.tar.gz
lwn-37aa7319cd81a0eb587e552b0ec7e88c03853bf7.zip
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Pul documentation update from Jon Corbet: "Another relatively boring cycle for the docs tree: typo fixes, translation updates, etc" * tag 'docs-for-linus' of git://git.lwn.net/linux: modsign: Fix documentation on module signing enforcement parameter. Doc: nfs: Fix typos in Documentation/filesystems/nfs Documentation: kselftest: Remove duplicate word doc: fix grammar Documentation: Howto: Fixed subtitles style Doc: ARM: Fix a typo in clksrc-change-registers.awk Documentation/ko_KR: update maintainer information Documentation: Fix int/unsigned int comparison Documentation: Chinese translation of arm64/silicon-errata.txt Documentation:Update Documentation/zh_CN/arm64/booting.txt Documentation: HOWTO: remove obsolete info about regression postings Doc: ja_JP: Fix a typo in HOWTO Doc: i2c: Fix typo in Documentation/i2c Doc: DocBook: Fix a typo in device-drivers.tmpl Remove "arch" usage in Documentation/features/list-arch.sh README: cosmetic fixes Documentation/CodingStyle: add space before parenthesis in example macro SubmittingPatches: fix spelling of "git send-email"
Diffstat (limited to 'Documentation/i2c/slave-eeprom-backend')
-rw-r--r--Documentation/i2c/slave-eeprom-backend4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/slave-eeprom-backend b/Documentation/i2c/slave-eeprom-backend
index c8444ef82acf..04f8d8a9b817 100644
--- a/Documentation/i2c/slave-eeprom-backend
+++ b/Documentation/i2c/slave-eeprom-backend
@@ -7,8 +7,8 @@ This is a proof-of-concept backend which acts like an EEPROM on the connected
I2C bus. The memory contents can be modified from userspace via this file
located in sysfs:
- /sys/bus/i2c/devices/<device-direcory>/slave-eeprom
+ /sys/bus/i2c/devices/<device-directory>/slave-eeprom
As of 2015, Linux doesn't support poll on binary sysfs files, so there is no
-notfication when another master changed the content.
+notification when another master changed the content.