Quoting Satya Priya Kakitapalli (Temp) (2022-06-08 22:20:27) > > If I place it here below error is seen > > error: ISO C90 forbids mixing declarations and code > [-Werror,-Wdeclaration-after-statement] > > It could be placed at the beginning of this function near the > declarations though. I see that many of the drivers add it below the > array itself. > Ah, use BUILD_BUG_ON() then.