Revision 22ff311af9c7d0eca4e9d276e95c4793a6ecf84f authored by Linus Torvalds on 13 December 2019, 22:02:12 UTC, committed by Linus Torvalds on 13 December 2019, 22:02:12 UTC
Pull FIELD_SIZEOF conversion from Kees Cook:
 "A mostly mechanical treewide conversion from FIELD_SIZEOF() to
  sizeof_field(). This avoids the redundancy of having 2 macros
  (actually 3) doing the same thing, and consolidates on sizeof_field().
  While "field" is not an accurate name, it is the common name used in
  the kernel, and doesn't result in any unintended innuendo.

  As there are still users of FIELD_SIZEOF() in -next, I will clean up
  those during this coming development cycle and send the final old
  macro removal patch at that time"

* tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  treewide: Use sizeof_field() macro
  MIPS: OCTEON: Replace SIZEOF_FIELD() macro
2 parent s 37d4e84 + c593642
History
File Mode Size
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 788 bytes
clk-bcm21664.c -rw-r--r-- 7.4 KB
clk-bcm281xx.c -rw-r--r-- 9.5 KB
clk-bcm2835-aux.c -rw-r--r-- 1.9 KB
clk-bcm2835.c -rw-r--r-- 58.3 KB
clk-bcm53573-ilp.c -rw-r--r-- 3.4 KB
clk-bcm63xx-gate.c -rw-r--r-- 6.4 KB
clk-bcm63xx.c -rw-r--r-- 775 bytes
clk-cygnus.c -rw-r--r-- 9.9 KB
clk-hr2.c -rw-r--r-- 822 bytes
clk-iproc-armpll.c -rw-r--r-- 7.5 KB
clk-iproc-asiu.c -rw-r--r-- 6.5 KB
clk-iproc-pll.c -rw-r--r-- 21.9 KB
clk-iproc.h -rw-r--r-- 5.3 KB
clk-kona-setup.c -rw-r--r-- 21.4 KB
clk-kona.c -rw-r--r-- 33.2 KB
clk-kona.h -rw-r--r-- 17.3 KB
clk-ns2.c -rw-r--r-- 8.8 KB
clk-nsp.c -rw-r--r-- 4.2 KB
clk-raspberrypi.c -rw-r--r-- 8.1 KB
clk-sr.c -rw-r--r-- 11.9 KB

back to top