From: Andrew Morton ERROR: spaces required around that '=' (ctx:WxV) #367: FILE: drivers/pnp/interface.c:236: + indent =""; ^ WARNING: printk() should include KERN_ facility level #2069: FILE: drivers/pnp/support.c:148: + printk("io min %#llx max %#llx align %lld size %lld flags %#x", total: 1 errors, 1 warnings, 1952 lines checked ./patches/pnp-convert-resource-options-to-single-linked-list.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: Bjorn Helgaas Signed-off-by: Andrew Morton --- drivers/pnp/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pnp/interface.c~pnp-convert-resource-options-to-single-linked-list-checkpatch-fixes drivers/pnp/interface.c --- a/drivers/pnp/interface.c~pnp-convert-resource-options-to-single-linked-list-checkpatch-fixes +++ a/drivers/pnp/interface.c @@ -233,7 +233,7 @@ static ssize_t pnp_show_options(struct d } } else { dep = 0; - indent =""; + indent = ""; } pnp_print_option(buffer, indent, option); } _