From 8108c2c3cb68418f08e238da8b33fdb6100d4155 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 3 May 2015 19:28:08 +0200 Subject: [PATCH] scst.h: Use tabs for indentation Reported by checkpatch. Signed-off-by: Bart Van Assche --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 83948c475..1172c3853 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -815,7 +815,7 @@ enum scst_dif_actions { SCST_DIF_CHECK_APP_TAG = 2, SCST_DIF_CHECK_REF_TAG = 4, #define SCST_DIF_CHECKS_MASK (SCST_DIF_CHECK_GUARD_TAG|SCST_DIF_CHECK_APP_TAG| \ - SCST_DIF_CHECK_REF_TAG) + SCST_DIF_CHECK_REF_TAG) #define SCST_DIF_ACTION_SHIFT 4 /* How to handle PI */