From: Benjamin Romer Date: Fri, 5 Dec 2014 22:08:51 +0000 (-0500) Subject: staging: unisys: fix CamelCase global variable names in uislib.c X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98ab24cdfe6817ac6ab4cc30566dde1f88f1589;p=pandora-kernel.git staging: unisys: fix CamelCase global variable names in uislib.c Fix CamelCase names: ProcReadBufferValid => debug_buf_valid ProcReadBuffer => debug_buf BusListHead => bus_list BusListLock => bus_list_lock BusListCount => bus_list_count MaxBusCount => max_bus_count PhysicalDataChan => phys_data_chan PlatformNumber => platform_no Incoming_ThreadInfo => incoming_ti Incoming_Thread_Started => incoming_started List_Polling_Device_Channels => poll_dev_chan Lock_Polling_Device_Channels => poll_dev_lock Wakeup_Polling_Device_Channels => poll_dev_wake_q Go_Polling_Device_Channels => poll_dev_start Signed-off-by: Bryan Thompson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed