From: David Brownell Date: Tue, 28 Aug 2007 00:43:13 +0000 (-0700) Subject: musb_hdrc, CamelCase begone (cppi struct, locals ...) X-Git-Tag: v2.6.23-omap1~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a9a1a3f98770655e298ebf589fdcdd1b9e7631;p=pandora-kernel.git musb_hdrc, CamelCase begone (cppi struct, locals ...) Even more CamelCase removal from CPPI: - members of cppi_channel struct - parameters to cppi_channel_program() - "buffSz" local variables - "chNum" local variables - "regVal" local variables Also - remove the FIXME about using container_of(), that's resolved now - stop using the now-pointless private_data fields - remove the redundant actualLen field (use dma_channel.actual_len) - remove some redundent local variables Signed-off-by: David Brownell --- Reading git-diff-tree failed