]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/omap: Remove trailing semi-colon from a macro
authorSuman Anna <s-anna@ti.com>
Mon, 20 Jul 2015 22:33:28 +0000 (17:33 -0500)
committerJoerg Roedel <jroedel@suse.de>
Mon, 3 Aug 2015 14:04:26 +0000 (16:04 +0200)
commit5b39a37abc007542995506ad0d8e4c3991e6970a
tree52936c897c32074e210630f8e2c57da98a389d1b
parentdc308f9f92b084a25989fd2002fac06cbf4a73d4
iommu/omap: Remove trailing semi-colon from a macro

Remove the trailing semi-colon in the DEBUG_FOPS_RO macro
definition. This fixes the checking warning,
    "WARNING: macros should not use a trailing semicolon"

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu-debug.c