From: Benjamin Romer Date: Fri, 31 Oct 2014 13:57:30 +0000 (-0400) Subject: staging: unisys: refactor VISORCHIPSET_EXTERNALPORT_INFO X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~529 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53414833fe7979153cd238a8829e0fea01eb1e7b;p=pandora-kernel.git staging: unisys: refactor VISORCHIPSET_EXTERNALPORT_INFO Remove the typedef and just use struct visorchipset_externalport_info instead. Fix all CamelCase names: switchNo => switch_no externalPortNo => external_port_no networkZoneGuid => network_zone_uuid pdPort => pd_port ipNetmask => ip_netmask ipBroadcast => ip_broadcast ipNetwork => ip_network ipGateway => ip_gateway ipDNS => ip_dns Reserved1 => reserved1 Reserved2 => reserved2 pendingMsgHdr => pending_msg_hdr Signed-off-by: Benjamin Romer --- Reading git-diff-tree failed