aboutsummaryrefslogtreecommitdiffstats
path: root/include/util
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2018-02-07 11:49:38 -0800
committerGitHub <[email protected]>2018-02-07 11:49:38 -0800
commit5461eefe50427a8f8caf0b92f0195c754bed8ec6 (patch)
treef3ffcd8012094c4af84519c4c8a6ed4f0f74fd8d /include/util
parent23602fdb39e1254c669707ec9d2d0e6bcdbf1771 (diff)
Fix cstyle warnings
This patch contains no functional changes. It is solely intended to resolve cstyle warnings in order to facilitate moving the spl source code in to the zfs repository. Signed-off-by: Brian Behlendorf <[email protected]> Closes #681
Diffstat (limited to 'include/util')
-rw-r--r--include/util/qsort.h4
-rw-r--r--include/util/sscanf.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/util/qsort.h b/include/util/qsort.h
index 5dc0b446b..90ae6e4c2 100644
--- a/include/util/qsort.h
+++ b/include/util/qsort.h
@@ -23,10 +23,10 @@
*/
#ifndef _SPL_QSORT_H
-#define _SPL_QSORT_H
+#define _SPL_QSORT_H
#include <linux/sort.h>
-#define qsort(base, num, size, cmp) sort(base, num, size, cmp, NULL)
+#define qsort(base, num, size, cmp) sort(base, num, size, cmp, NULL)
#endif /* SPL_QSORT_H */
diff --git a/include/util/sscanf.h b/include/util/sscanf.h
index 561918d65..9788234bb 100644
--- a/include/util/sscanf.h
+++ b/include/util/sscanf.h
@@ -23,6 +23,6 @@
*/
#ifndef _SPL_UTIL_SSCANF_H
-#define _SPL_UTIL_SSCANF_H
+#define _SPL_UTIL_SSCANF_H
#endif /* SPL_UTIL_SSCAN_H */