remove trailing whitespaces
This commit removes trailing whitespace from lines in files. Almost all files are affected, as the BSD license copyright header had trailing whitespace on 4 lines in it [hence the number of files reporting 8 lines changed in the diffstat]. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> [Thomas: remove spaces before tabs in libs] [Thomas: remove more trailing spaces in non-C files] Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
d10296d7ea
commit
3031749c2d
@ -322,8 +322,7 @@ eal_usage(const char *prgname)
|
||||
" --"OPT_VDEV": add a virtual device.\n"
|
||||
" The argument format is <driver><id>[,key=val,...]\n"
|
||||
" (ex: --vdev=eth_pcap0,iface=eth2).\n"
|
||||
" --"OPT_VMWARE_TSC_MAP": use VMware TSC map instead of "
|
||||
"native RDTSC\n"
|
||||
" --"OPT_VMWARE_TSC_MAP": use VMware TSC map instead of native RDTSC\n"
|
||||
"\nEAL options for DEBUG use only:\n"
|
||||
" --"OPT_NO_HUGE" : use malloc instead of hugetlbfs\n"
|
||||
" --"OPT_NO_PCI" : disable pci\n"
|
||||
|
@ -358,8 +358,7 @@ eal_usage(const char *prgname)
|
||||
" --"OPT_VDEV": add a virtual device.\n"
|
||||
" The argument format is <driver><id>[,key=val,...]\n"
|
||||
" (ex: --vdev=eth_pcap0,iface=eth2).\n"
|
||||
" --"OPT_VMWARE_TSC_MAP": use VMware TSC map instead of "
|
||||
"native RDTSC\n"
|
||||
" --"OPT_VMWARE_TSC_MAP": use VMware TSC map instead of native RDTSC\n"
|
||||
" --"OPT_BASE_VIRTADDR": specify base virtual address\n"
|
||||
" --"OPT_CREATE_UIO_DEV": create /dev/uioX (usually done by hotplug)\n"
|
||||
"\nEAL options for DEBUG use only:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user