diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-06-05 15:38:19 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-06-06 01:55:26 +0300 |
commit | b322582fc1cfda977996e315b3c9e83018a39af3 (patch) | |
tree | 11d4fd38223f7d932420be6f32edb9fa61246018 /Documentation | |
parent | 47016077b665b274c6c18f660a9a60898284e700 (diff) | |
download | linux-b322582fc1cfda977996e315b3c9e83018a39af3.tar.xz |
Doc:nfc: Fix typo in nfc-hci.txt
This patch fix a spelling typo in nfc-hci.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/nfc/nfc-hci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/nfc/nfc-hci.txt b/Documentation/nfc/nfc-hci.txt index 0686c9e211c2..0dc078cab972 100644 --- a/Documentation/nfc/nfc-hci.txt +++ b/Documentation/nfc/nfc-hci.txt @@ -122,7 +122,7 @@ This must be done from a context that can sleep. PHY Management -------------- -The physical link (i2c, ...) management is defined by the following struture: +The physical link (i2c, ...) management is defined by the following structure: struct nfc_phy_ops { int (*write)(void *dev_id, struct sk_buff *skb); |