]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/ide.h
ide: fix comment typo in ide.h
[karo-tx-linux.git] / include / linux / ide.h
index 3239d1c10acb3479a823cbf37651419d1d1a93cf..5acdbe51348a6232b06887f3463a9313d8bd8849 100644 (file)
@@ -516,8 +516,8 @@ struct ide_drive_s {
         u8     current_speed;  /* current transfer rate set */
        u8      desired_speed;  /* desired transfer rate set */
        u8      pio_mode;       /* for ->set_pio_mode _only_ */
-       u8      dma_mode;       /* for ->dma_pio_mode _only_ */
-        u8     dn;             /* now wide spread use */
+       u8      dma_mode;       /* for ->set_dma_mode _only_ */
+       u8      dn;             /* now wide spread use */
        u8      acoustic;       /* acoustic management */
        u8      media;          /* disk, cdrom, tape, floppy, ... */
        u8      ready_stat;     /* min status value for drive ready */