diff options
Diffstat (limited to 'Documentation/ioctl/hdio.txt')
-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 | ||