]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed-checkpatch...
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 16 Dec 2013 23:45:10 +0000 (10:45 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Dec 2013 23:45:10 +0000 (10:45 +1100)
commit5e70072f31d30161bca4afc09d39d8717736b655
treece8066dd0957190f0ea74549714f04bfd952adea
parent734939b37dacd9ec6f583f35d7a4f5770e6aba10
memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed-checkpatch-fixes

Cc: "H. Peter Anvin" <hpa@zytor.com>
WARNING: line over 80 characters
#83: FILE: include/linux/memblock.h:83:
+static inline bool memblock_is_hotpluggable(struct memblock_region *m){ return false; }

ERROR: space required before the open brace '{'
#83: FILE: include/linux/memblock.h:83:
+static inline bool memblock_is_hotpluggable(struct memblock_region *m){ return false; }

total: 1 errors, 1 warnings, 67 lines checked

./patches/memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Tang Chen <tangchen@cn.fujitsu.com>
Cc: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memblock.h