fm10k: fix missing newline in debug log
If FM10K_DEBUG_DRIVER is enabled, then the log messages about function entry are missing newline causing extremely long lines. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Jing Chen <jing.d.chen@intel.com>
This commit is contained in:
parent
878a0e99ce
commit
f577a753f0
@ -45,7 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#define ERROR_REPORT2(v1, v2, v3) do { } while (0)
|
||||
|
||||
#define STATIC static
|
||||
#define DEBUGFUNC(F) DEBUGOUT(F);
|
||||
#define DEBUGFUNC(F) DEBUGOUT(F "\n");
|
||||
#define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args)
|
||||
#define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args)
|
||||
#define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user