* @src_index:         IRQ source index within the source device
  * @dst_id:            Device ID of the IRQ destination
  * @dst_host_irq:      IRQ number of the destination device
- * @vint_irq:          Boolean specifying if this interrupt belongs to
- *                     Interrupt Aggregator.
  *
  * Return: 0 if all went fine, else return appropriate error.
  */
  * @src_index:         IRQ source index within the source device
  * @dst_id:            Device ID of the IRQ destination
  * @dst_host_irq:      IRQ number of the destination device
- * @vint_irq:          Boolean specifying if this interrupt belongs to
- *                     Interrupt Aggregator.
  *
  * Return: 0 if all went fine, else return appropriate error.
  */
  *                                 configuration flags
  * @handle:            Pointer to TI SCI handle
  * @proc_id:           Processor ID this request is for
+ * @bootvector:                Processor Boot vector (start address)
  * @config_flags_set:  Configuration flags to be set
  * @config_flags_clear:        Configuration flags to be cleared.
  *
 }
 
 /**
- * ti_sci_cmd_get_boot_status() - Command to get the processor boot status
+ * ti_sci_cmd_proc_get_status() - Command to get the processor boot status
  * @handle:    Pointer to TI SCI handle
  * @proc_id:   Processor ID this request is for
+ * @bv:                Processor Boot vector (start address)
+ * @cfg_flags: Processor specific configuration flags
+ * @ctrl_flags:        Processor specific control flags
+ * @sts_flags: Processor specific status flags
  *
  * Return: 0 if all went well, else returns appropriate error value.
  */
  * @handle:    TISCI handle
  * @dev:       Device pointer to which the resource is assigned
  * @dev_id:    TISCI device id to which the resource is assigned
- * @suub_type: TISCI resource subytpe representing the resource.
+ * @sub_type:  TISCI resource subytpe representing the resource.
  *
  * Return: Pointer to ti_sci_resource if all went well else appropriate
  *        error pointer.