eal: fix whitespace
Eliminate trailing whitespace, space after tabs, and extra blank lines Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
0cd54d9c17
commit
9aca9fc204
@ -230,4 +230,3 @@ contigmem_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size,
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
@ -99,4 +99,3 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP)-include/exec-env := \
|
||||
DEPDIRS-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP) += lib/librte_eal/common
|
||||
|
||||
include $(RTE_SDK)/mk/rte.lib.mk
|
||||
|
||||
|
@ -569,4 +569,3 @@ rte_eal_process_type(void)
|
||||
{
|
||||
return (rte_config.process_type);
|
||||
}
|
||||
|
||||
|
@ -68,4 +68,3 @@ rte_eal_intr_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -118,4 +118,3 @@ rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len)
|
||||
|
||||
fflush(f);
|
||||
}
|
||||
|
||||
|
@ -116,4 +116,3 @@ rte_eal_mp_wait_lcore(void)
|
||||
rte_eal_wait_lcore(lcore_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -331,4 +331,3 @@ rte_eal_common_log_init(FILE *default_log)
|
||||
rte_openlog_stream(default_log);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -118,4 +118,3 @@ int rte_intr_disable(struct rte_intr_handle *intr_handle);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -119,4 +119,3 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP)-include/exec-env := \
|
||||
DEPDIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += lib/librte_eal/common
|
||||
|
||||
include $(RTE_SDK)/mk/rte.lib.mk
|
||||
|
||||
|
@ -894,4 +894,3 @@ rte_eal_intr_init(void)
|
||||
|
||||
return -ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user