From: Andrew Morton ERROR: space required before the open parenthesis '(' #133: FILE: arch/x86/kernel/pci-calgary_64.c:1206: + if(translation_enabled(tbl)) total: 1 errors, 0 warnings, 157 lines checked ./patches/dma-mapping-x86-per-device-dma_mapping_ops-support-x86-calgary-fix-handling-of-devces-that-arent-behind-the-calgary.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: Alexis Bruemmer Cc: FUJITA Tomonori Cc: Ingo Molnar Cc: Muli Ben-Yehuda Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- arch/x86/kernel/pci-calgary_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/kernel/pci-calgary_64.c~x86-calgary-fix-handling-of-devices-that-arent-behind-the-calgary-checkpatch-fixes arch/x86/kernel/pci-calgary_64.c --- a/arch/x86/kernel/pci-calgary_64.c~x86-calgary-fix-handling-of-devices-that-arent-behind-the-calgary-checkpatch-fixes +++ a/arch/x86/kernel/pci-calgary_64.c @@ -1203,7 +1203,7 @@ static int __init calgary_init(void) tbl = find_iommu_table(&dev->dev); - if(translation_enabled(tbl)) + if (translation_enabled(tbl)) dev->dev.archdata.dma_ops = &calgary_dma_ops; } _