diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-04 09:16:11 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-07 10:08:24 -0500 |
commit | 40e47125e6c5110383b0176d7b9d530f2936b1ae (patch) | |
tree | 9653ac1f586cbfe36286c2d987c9330078eb37ad /Documentation/ioctl | |
parent | 4e70daaf05a181b6968e29e72e9f1c16a183e92c (diff) |
Documentation: Fix multiple typo in Documentation
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r-- | Documentation/ioctl/hdio.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ioctl/hdio.txt b/Documentation/ioctl/hdio.txt index 91a6ecbae0bb..18eb98c44ffe 100644 --- a/Documentation/ioctl/hdio.txt +++ b/Documentation/ioctl/hdio.txt | |||
@@ -596,7 +596,7 @@ HDIO_DRIVE_TASKFILE execute raw taskfile | |||
596 | if CHS/LBA28 | 596 | if CHS/LBA28 |
597 | 597 | ||
598 | The association between in_flags.all and each enable | 598 | The association between in_flags.all and each enable |
599 | bitfield flips depending on endianess; fortunately, TASKFILE | 599 | bitfield flips depending on endianness; fortunately, TASKFILE |
600 | only uses inflags.b.data bit and ignores all other bits. | 600 | only uses inflags.b.data bit and ignores all other bits. |
601 | The end result is that, on any endian machines, it has no | 601 | The end result is that, on any endian machines, it has no |
602 | effect other than modifying in_flags on completion. | 602 | effect other than modifying in_flags on completion. |
@@ -720,7 +720,7 @@ HDIO_DRIVE_TASKFILE execute raw taskfile | |||
720 | 720 | ||
721 | [6] Do not access {in|out}_flags->all except for resetting | 721 | [6] Do not access {in|out}_flags->all except for resetting |
722 | all the bits. Always access individual bit fields. ->all | 722 | all the bits. Always access individual bit fields. ->all |
723 | value will flip depending on endianess. For the same | 723 | value will flip depending on endianness. For the same |
724 | reason, do not use IDE_{TASKFILE|HOB}_STD_{OUT|IN}_FLAGS | 724 | reason, do not use IDE_{TASKFILE|HOB}_STD_{OUT|IN}_FLAGS |
725 | constants defined in hdreg.h. | 725 | constants defined in hdreg.h. |
726 | 726 | ||