From: Andrew Morton ERROR: use tabs not spaces #91: FILE: drivers/edac/e752x_edac.c:1326: + " 1=enable system bus parity checking, default=auto-detect");$ total: 1 errors, 0 warnings, 61 lines checked ./patches/edac-add-e752x-parameter-for-sysbus_parity-selection.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Alan Cox Cc: Doug Thompson Cc: Peter Tyser Signed-off-by: Andrew Morton --- drivers/edac/e752x_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/e752x_edac.c~edac-add-e752x-parameter-for-sysbus_parity-selection-checkpatch-fixes drivers/edac/e752x_edac.c --- a/drivers/edac/e752x_edac.c~edac-add-e752x-parameter-for-sysbus_parity-selection-checkpatch-fixes +++ a/drivers/edac/e752x_edac.c @@ -1328,4 +1328,4 @@ MODULE_PARM_DESC(edac_op_state, "EDAC Er module_param(sysbus_parity, int, 0444); MODULE_PARM_DESC(sysbus_parity, "0=disable system bus parity checking," - " 1=enable system bus parity checking, default=auto-detect"); + " 1=enable system bus parity checking, default=auto-detect"); _