diff options
Diffstat (limited to 'include/linux/stringify.h')
| -rw-r--r-- | include/linux/stringify.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/stringify.h b/include/linux/stringify.h index 8a8323750228..0b4388356c87 100644 --- a/include/linux/stringify.h +++ b/include/linux/stringify.h @@ -4,10 +4,6 @@ /* Indirect stringification. Doing two levels allows the parameter to be a * macro itself. For example, compile with -DFOO=bar, __stringify(FOO) * converts to "bar". - * - * The "..." is gcc's cpp vararg macro syntax. It is required because __ALIGN, - * in linkage.h, contains a comma, which when expanded, causes it to look - * like two arguments, which breaks the standard non-vararg stringizer. */ #define __stringify_1(x) #x |
