From: Rene Sapiens Date: Sat, 10 Jul 2010 02:23:56 +0000 (-0500) Subject: staging: ti dspbridge: Rename words with camel case. X-Git-Tag: v2.6.36-rc1~520^2~1^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68906924d742dfb33564d7eb4ea7db0b4e65ae4;p=pandora-kernel.git staging: ti dspbridge: Rename words with camel case. The intention of this patch is to rename the remaining variables with camel case. Variables will be renamed avoiding camel case and Hungarian notation. The words to be renamed in this patch are: ======================================== hDevContext to dev_ctxt hDevExtension to dev_extension hdevObject to device_obj hDispObject to disp_obj hDrVObject to driver_obj hDRVObject to driver_obj hMGRHandle to mgr_handle hNldrObject to nldr hNode1 to node1 hNode2 to node2 hNodeRes to node_resource hPCtxt to process_ctxt hProc to proc hStreamHandle to stream_handle ======================================== Signed-off-by: Rene Sapiens Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed