1. 22 Jul, 2010 4 commits
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · 95870a88
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      hStrm to stream_obj
      iMode to io_mode
      irqMask to irq_mask
      lOffset to offset
      memPtr to mem_ptr
      moduleId to module_id
      msgCallback to msg_callback
      msgList to msg_list
      nArgc to num_argc
      nEntryStart to entry_start
      nMemSpace to mem_space
      nStatus to node_status
      nStrms to strms
      numLibs to num_libs
      numLockedEntries to num_locked_entries
      pageSize to page_sz
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      95870a88
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · e6890692
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      hDevContext to dev_ctxt
      hDevExtension to dev_extension
      hdevObject to device_obj
      hDispObject to disp_obj
      hDrVObject to driver_obj
      hDRVObject to driver_obj
      hMGRHandle to mgr_handle
      hNldrObject to nldr
      hNode1 to node1
      hNode2 to node2
      hNodeRes to node_resource
      hPCtxt to process_ctxt
      hProc to proc
      hStreamHandle to stream_handle
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e6890692
    • Rene Sapiens's avatar
      staging: ti dspbridge: Rename words with camel case. · b301c858
      Rene Sapiens authored
      The intention of this patch is to rename the remaining variables with camel
      case. Variables will be renamed avoiding camel case and Hungarian notation.
      The words to be renamed in this patch are:
      ========================================
      dspAddr to dsp_address
      dspAdr to dsp_adr
      dspBaseVirt to dsp_base_virt
      dwDeviceContext to device_context
      dwDSPAddrOffset to dsp_addr_offset
      dwDSPAddr to dsp_addr
      dwErrInfo to error_info
      dwGPPBaseBA to gpp_base_ba
      dwMask to mask
      dwTimeout to timeout
      dwTimeOut to timeout
      dwValue to value
      entryNum to entry_num
      execFile to exec_file
      fFlush to flush_data
      FlushMemType to flush_mem_type
      ========================================
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b301c858
    • Rene Sapiens's avatar
      staging: ti dspbridge: fix compilation error · 0d9073ab
      Rene Sapiens authored
      This patch fix a compilation error in uuid_hex_to_bin
      due to the patch "simplify and clean up"
      Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
      Acked-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0d9073ab
  2. 08 Jul, 2010 36 commits