From: Andrew Morton ERROR: use tabs not spaces #52: FILE: include/linux/mmzone.h:643: +^I zone_movable_is_highmem());$ total: 1 errors, 0 warnings, 13 lines checked ./patches/remove-sparse-warning-for-mmzoneh.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: Harvey Harrison Signed-off-by: Andrew Morton --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mmzone.h~remove-sparse-warning-for-mmzoneh-checkpatch-fixes include/linux/mmzone.h --- a/include/linux/mmzone.h~remove-sparse-warning-for-mmzoneh-checkpatch-fixes +++ a/include/linux/mmzone.h @@ -640,7 +640,7 @@ static inline int is_highmem(struct zone int zone_off = (char *)zone - (char *)zone->zone_pgdat->node_zones; return zone_off == ZONE_HIGHMEM * sizeof(*zone) || (zone_off == ZONE_MOVABLE * sizeof(*zone) && - zone_movable_is_highmem()); + zone_movable_is_highmem()); #else return 0; #endif _