mirror of https://gitee.com/openkylin/linux.git
pcmcia: Fix typo in locking documentation
This fixes a typo in the docs: "devie" -> "device". Signed-off-by: Nik Nyby <nikolas@gnu.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
47268a4f9d
commit
831527b730
|
@ -96,7 +96,7 @@ or single-use fields not mentioned):
|
||||||
3. Per PCMCIA-device Data:
|
3. Per PCMCIA-device Data:
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
The "main" struct pcmcia_devie is protected as follows (read-only fields
|
The "main" struct pcmcia_device is protected as follows (read-only fields
|
||||||
or single-use fields not mentioned):
|
or single-use fields not mentioned):
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue