I wouldn't mind about this, if it won't be caused lots of smatch
warnings (one for each file that includes this header)
when the media drivers are compiled:

./arch/x86/include/asm/dma-mapping.h:125 dma_alloc_coherent_gfp_flags() warn: 
inconsistent indenting

That makes harder to identify real troubles pointed by smatch.

Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com>

diff --git a/arch/x86/include/asm/dma-mapping.h 
b/arch/x86/include/asm/dma-mapping.h
index 808dae63eeea..d6e6da39d75c 100644
--- a/arch/x86/include/asm/dma-mapping.h
+++ b/arch/x86/include/asm/dma-mapping.h
@@ -122,7 +122,7 @@ static inline gfp_t dma_alloc_coherent_gfp_flags(struct 
device *dev, gfp_t gfp)
        if (dma_mask <= DMA_BIT_MASK(32) && !(gfp & GFP_DMA))
                gfp |= GFP_DMA32;
 #endif
-       return gfp;
+       return gfp;
 }
 
 #define dma_alloc_coherent(d,s,h,f)    dma_alloc_attrs(d,s,h,f,NULL)
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to