/**
   *    ata_dev_init_params - Issue INIT DEV PARAMS command
 - *    @ap: Port associated with device @dev
   *    @dev: Device to which command will be sent
-  *    @heads: Number of heads
-  *    @sectors: Number of sectors
+  *    @heads: Number of heads (taskfile parameter)
+  *    @sectors: Number of sectors (taskfile parameter)
   *
   *    LOCKING:
   *    Kernel thread context (may sleep)
  
  /**
   *    ata_device_suspend - prepare a device for suspend
 - *    @ap: port the device is connected to
   *    @dev: the device to suspend
+  *    @state: target power management state
   *
   *    Flush the cache on the drive, if appropriate, then issue a
   *    standbynow command.