spi: davinci: shorten variable names
authorSekhar Nori <nsekhar@ti.com>
Mon, 11 Oct 2010 05:11:39 +0000 (10:41 +0530)
committerSekhar Nori <nsekhar@ti.com>
Thu, 18 Nov 2010 13:08:38 +0000 (18:38 +0530)
commit212d4b69652171d4474bc9dfc08e829737264632
tree23e21bbca0bd6ff51ae011acb93b853b0fbb0ee8
parent0e0eae4d1cdff5fa6608bcc6f6990774dec2527d
spi: davinci: shorten variable names

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>
drivers/spi/davinci_spi.c