]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: place EXPORT_SYMBOL macro right after declaration
authorValentina Manea <valentina.manea.m@gmail.com>
Sun, 10 Mar 2013 03:22:39 +0000 (03:22 +0000)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 18 Apr 2013 03:03:49 +0000 (13:03 +1000)
commitd9b8530a7a305544c52d0822584804e59462b2b2
treea3d1aeb7978814e36f539d2d69b53843c4de3b8f
parent307fcf70011f101300fd3b95597df67ec4c80660
powerpc: place EXPORT_SYMBOL macro right after declaration

This fixes the following checkpatch.pl warnings:

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(kmap_prot);

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(kmap_pte);

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/powerpc/mm/mem.c