• Sekhar Nori's avatar
    spi: davinci: shorten variable names · 212d4b69
    Sekhar Nori authored
    Shorten names of local variables and structure members where
    possible.
    
    Local variables:
    
    * 'davinci_spi' is being renamed 'dspi'
    * 'davinci_spi_dma' is being renamed 'dma'
    
    Structure members:
    
    * 'dma_{tx|rx}_channel' is being renamed '{tx|rx}_channel'
      since the structure containing them is already called
      'davinci_spi_dma'
    
    * 'davinci_spi_dma' in 'davinci_spi' structure is being
      renamed 'dma'
    Tested-By: default avatarBrian Niebuhr <bniebuhr@efjohnson.com>
    Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
    212d4b69
davinci_spi.c 26.1 KB