From: Andrew Morton ERROR: space required after that ';' (ctx:VxV) #36: FILE: arch/powerpc/platforms/pseries/eeh_driver.c:52: + for (i = 0;i < dent; i++) ^ total: 1 errors, 0 warnings, 24 lines checked ./patches/arch-powerpc-platforms-pseries-eeh_driverc-fix-warning.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: Benjamin Herrenschmidt Cc: Paul Mackerras Signed-off-by: Andrew Morton --- arch/powerpc/platforms/pseries/eeh_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/platforms/pseries/eeh_driver.c~arch-powerpc-platforms-pseries-eeh_driverc-fix-warning-checkpatch-fixes arch/powerpc/platforms/pseries/eeh_driver.c --- a/arch/powerpc/platforms/pseries/eeh_driver.c~arch-powerpc-platforms-pseries-eeh_driverc-fix-warning-checkpatch-fixes +++ a/arch/powerpc/platforms/pseries/eeh_driver.c @@ -49,7 +49,7 @@ static void print_device_node_tree(struc if (!pdn) return; - for (i = 0;i < dent; i++) + for (i = 0; i < dent; i++) printk(" "); printk("dn=%s mode=%x \tcfg_addr=%x pe_addr=%x \tfull=%s\n", pdn->node->name, pdn->eeh_mode, pdn->eeh_config_addr, _