From 603b701351784a23e53ad541ea4a7e116d3b07fe Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 5 Dec 2018 11:14:14 +1100 Subject: [PATCH] ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes WARNING: please, no space before tabs #152: FILE: ipc/util.h:42: +#define ipc_mni ^I^IIPCMNI$ total: 0 errors, 1 warnings, 134 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Waiman Long Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- ipc/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/util.h b/ipc/util.h index db0aced0aa1d..644df117852c 100644 --- a/ipc/util.h +++ b/ipc/util.h @@ -39,7 +39,7 @@ extern int ipc_mni_shift; #else /* CONFIG_SYSVIPC_SYSCTL */ -#define ipc_mni IPCMNI +#define ipc_mni IPCMNI #define IPCMNI_SEQ_SHIFT IPCMNI_SHIFT #define IPCMNI_IDX_MASK ((1 << IPCMNI_SHIFT) - 1) #endif /* CONFIG_SYSVIPC_SYSCTL */ -- 2.50.1