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:
parent
fae9aa717d
commit
1d36e76306
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user