qcacld-3.0: Fix checkpatch warnings (SPACING)
Fix checkpatch warnings (SPACING). Change-Id: I966fe641b4722cc15584defc42c90921090687fb CRs-Fixed: 2126814
This commit is contained in:

committed by
snandini

parent
828ef23f5e
commit
ea4d806da9
@@ -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
|
||||
|
Reference in New Issue
Block a user