original_kernel/sound/soc
Pankaj Bharadiya c593642c8b treewide: Use sizeof_field() macro
Replace all the occurrences of FIELD_SIZEOF() with sizeof_field() except
at places where these are defined. Later patches will remove the unused
definition of FIELD_SIZEOF().

This patch is generated using following script:

EXCLUDE_FILES="include/linux/stddef.h|include/linux/kernel.h"

git grep -l -e "\bFIELD_SIZEOF\b" | while read file;
do

	if [[ "$file" =~ $EXCLUDE_FILES ]]; then
		continue
	fi
	sed -i  -e 's/\bFIELD_SIZEOF\b/sizeof_field/g' $file;
done

Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>
Link: https://lore.kernel.org/r/20190924105839.110713-3-pankaj.laxminarayan.bharadiya@intel.com
Co-developed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David Miller <davem@davemloft.net> # for net
2019-12-09 10:36:44 -08:00
..
adi
amd
atmel
au1x
bcm
cirrus
codecs treewide: Use sizeof_field() macro 2019-12-09 10:36:44 -08:00
dwc
fsl
generic
hisilicon
img
intel ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
jz4740
kirkwood
mediatek
meson
mxs
pxa sound updates for 5.5-rc1 2019-11-26 20:04:35 -08:00
qcom ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
rockchip
samsung sound updates for 5.5-rc1 2019-11-26 20:04:35 -08:00
sh ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
sirf
sof ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
spear
sprd
sti
stm
sunxi
tegra
ti ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel request 2019-11-15 12:03:16 +00:00
txx9
uniphier
ux500
xilinx
xtensa
zte
Kconfig
Makefile
soc-ac97.c
soc-acpi.c
soc-component.c ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
soc-compress.c
soc-core.c ASoC: DMI long name - avoid to add board name if matches with product name 2019-11-22 19:54:50 +00:00
soc-dai.c
soc-dapm.c
soc-devres.c
soc-generic-dmaengine-pcm.c ASoC: dmaengine: Use dma_request_chan() directly for channel request 2019-11-15 12:02:58 +00:00
soc-io.c
soc-jack.c ASoC: Jack: Fix NULL pointer dereference in snd_soc_jack_report 2019-11-12 17:12:56 +00:00
soc-ops.c
soc-pcm.c ASoC: More updates for v5.5 2019-11-25 14:27:41 +01:00
soc-topology.c
soc-utils.c