WARNING: line length of 81 exceeds 80 columns #35: FILE: arch/arm/mach-pxa/sharpsl_pm.c:34: +#define SHARPSL_CHARGE_ON_TIME_INTERVAL (secs_to_jiffies(60)) /* 1 min */ WARNING: line length of 84 exceeds 80 columns #36: FILE: arch/arm/mach-pxa/sharpsl_pm.c:35: +#define SHARPSL_CHARGE_FINISH_TIME (secs_to_jiffies(10*60)) /* 10 min */ CHECK: spaces preferred around that '*' (ctx:VxV) #36: FILE: arch/arm/mach-pxa/sharpsl_pm.c:35: +#define SHARPSL_CHARGE_FINISH_TIME (secs_to_jiffies(10*60)) /* 10 min */ ^ WARNING: line length of 84 exceeds 80 columns #37: FILE: arch/arm/mach-pxa/sharpsl_pm.c:36: +#define SHARPSL_BATCHK_TIME (secs_to_jiffies(15)) /* 15 sec */ total: 0 errors, 3 warnings, 1 checks, 12 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. Commit eb70a5d6ca7e ("arm: pxa: Convert timeouts to use secs_to_jiffies()") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 3 warnings, 1 checks, 12 lines checked