• Rene Sapiens's avatar
    staging: tidspbridge: set11 remove hungarian from structs · 121e8f9b
    Rene Sapiens authored
    hungarian notation will be removed from the elements inside
    structures, the next varibles will be renamed:
    
    Original:               Replacement:
    hio_mgr                 io_mgr
    dw_api_reg_base         api_reg_base
    dw_api_clk_base         api_clk_base
    ap_channel              channels
    pio_requests            io_requests
    pio_completions         io_completions
    pndb_props              ndb_props
    pndb_props_size         ndb_props_size
    pu_num_nodes            num_nodes
    pu_num_procs            num_procs
    psz_path_name           sz_path_name
    pu_index                index
    pargs                   args
    pu_allocated            allocated
    psize                   size
    hnotification           notification
    pp_rsv_addr             rsv_addr
    prsv_addr               rsv_addr
    pmpu_addr               mpu_addr
    pp_map_addr             map_addr
    ul_map_attr             map_attr
    undb_props_size         ndb_props_size
    Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
    Signed-off-by: default avatarArmando Uribe <x0095078@ti.com>
    Signed-off-by: default avatarOmar Ramirez Luna <omar.ramirez@ti.com>
    121e8f9b
_msg_sm.h 5.14 KB