net/enic: fix whitespaces in log macros

Add a space between the function name and message.

Fixes: bbd8ecc054 ("net/enic: remove PMD log type references")
Cc: stable@dpdk.org

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
This commit is contained in:
Hyong Youb Kim 2019-10-30 22:36:21 -07:00 committed by Ferruh Yigit
parent fae9aa717d
commit 1d36e76306

View File

@ -60,8 +60,8 @@ extern int enic_pmd_logtype;
#define ENICPMD_LOG(level, fmt, args...) \
rte_log(RTE_LOG_ ## level, enic_pmd_logtype, \
"%s" fmt "\n", __func__, ##args)
#define ENICPMD_FUNC_TRACE() ENICPMD_LOG(DEBUG, " >>")
"%s " fmt "\n", __func__, ##args)
#define ENICPMD_FUNC_TRACE() ENICPMD_LOG(DEBUG, ">>")
#define __le16 u16
#define __le32 u32