From 11cf3001550c1481038eb892a272fae87909d5f1 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Sat, 14 Oct 2017 12:21:32 -0700 Subject: qcacld-3.0: Fix checkpatch warnings (SPACING) Fix checkpatch warnings (SPACING). Change-Id: I966fe641b4722cc15584defc42c90921090687fb CRs-Fixed: 2126814 --- uapi/linux/osapi_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uapi/linux/osapi_linux.h') 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 -- cgit v1.2.3