qcacld-3.0: Fix checkpatch warnings (SPACING)

Fix checkpatch warnings (SPACING).

Change-Id: I966fe641b4722cc15584defc42c90921090687fb
CRs-Fixed: 2126814
This commit is contained in:
Srinivas Girigowda
2017-10-14 12:40:48 -07:00
committed by snandini
parent 828ef23f5e
commit ea4d806da9
13 changed files with 36 additions and 36 deletions

View File

@@ -83,7 +83,7 @@
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR, ## args)
#define A_PRINTF_LOG(args ...) \
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR, ## args)
#define A_SNPRINTF(buf, len, args ...) snprintf (buf, len, args)
#define A_SNPRINTF(buf, len, args ...) snprintf(buf, len, args)
/*
* Timer Functions