diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-10-14 12:21:32 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-18 16:34:03 -0700 |
| commit | 11cf3001550c1481038eb892a272fae87909d5f1 (patch) | |
| tree | 1b2929c63c7167313088558e2242565f9624bd8f /uapi/linux/osapi_linux.h | |
| parent | d15c233d5ef58a12a4191592b664e2a0c78188e6 (diff) | |
qcacld-3.0: Fix checkpatch warnings (SPACING)
Fix checkpatch warnings (SPACING).
Change-Id: I966fe641b4722cc15584defc42c90921090687fb
CRs-Fixed: 2126814
Diffstat (limited to 'uapi/linux/osapi_linux.h')
| -rw-r--r-- | uapi/linux/osapi_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uapi/linux/osapi_linux.h b/uapi/linux/osapi_linux.h index b74b6a589d66..cc3e4cfe6ce0 100644 --- a/uapi/linux/osapi_linux.h +++ b/uapi/linux/osapi_linux.h @@ -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 |
