treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / include / linux / dynamic_debug.h
index 8aa0c7c2608cbb0c79637018913802e5d4f48b93..a57ee75342cf801e5d50b5d44702aa6c052a1be4 100644 (file)
@@ -84,7 +84,7 @@ void __dynamic_ibdev_dbg(struct _ddebug *descriptor,
 
 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt)               \
        static struct _ddebug  __aligned(8)                     \
-       __section(__dyndbg) name = {                            \
+       __section("__dyndbg") name = {                          \
                .modname = KBUILD_MODNAME,                      \
                .function = __func__,                           \
                .filename = __FILE__,                           \