From a6a9a1a3f98770655e298ebf589fdcdd1b9e7631 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 27 Aug 2007 17:43:13 -0700 Subject: [PATCH] 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-format-patch failed