Skip to content

Commit

Permalink
spi: davinci: shorten variable names
Browse files Browse the repository at this point in the history
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: Brian Niebuhr <bniebuhr@efjohnson.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Sekhar Nori committed Nov 18, 2010
1 parent 0e0eae4 commit 212d4b6
Showing 1 changed file with 198 additions and 211 deletions.
Loading

0 comments on commit 212d4b6

Please sign in to comment.