Re: [PATCH 2/5] bits_per_long.h: introduce SMALL_CONST() macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2021-01-29 at 23:10 +0200, Andy Shevchenko wrote:
On Fri, Jan 29, 2021 at 10:49 PM Yury Norov <yury.norov@xxxxxxxxx> wrote:
[]
@@ -37,7 +37,7 @@
 #define GENMASK(h, l) \
        (GENMASK_INPUT_CHECK(h, l) + __GENMASK(h, l))

-#define BITS_FIRST(nr)         GENMASK(nr), 0)
+#define BITS_FIRST(nr)         GENMASK((nr), 0)

How come?!

It's broken otherwise with unbalanced parentheses...





[Index of Archives]     [Video for Linux]     [Yosemite News]     [Linux S/390]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux