Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Fix misspellings of "Analog Devices"

According to https://www.analog.com/, the company name is spelled
"Analog Devices".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200416103058.15269-4-geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Daniel Vetter
add0aff2 f0adbc38

+3 -3
+1 -1
drivers/gpu/drm/bridge/adv7511/Kconfig
··· 6 6 select REGMAP_I2C 7 7 select DRM_MIPI_DSI 8 8 help 9 - Support for the Analog Device ADV7511(W)/13/33/35 HDMI encoders. 9 + Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders. 10 10 11 11 config DRM_I2C_ADV7511_AUDIO 12 12 bool "ADV7511 HDMI Audio driver"
+1 -1
drivers/gpu/drm/drm_fb_cma_helper.c
··· 2 2 /* 3 3 * drm kms/fb cma (contiguous memory allocator) helper functions 4 4 * 5 - * Copyright (C) 2012 Analog Device Inc. 5 + * Copyright (C) 2012 Analog Devices Inc. 6 6 * Author: Lars-Peter Clausen <lars@metafoo.de> 7 7 * 8 8 * Based on udl_fbdev.c
+1 -1
drivers/gpu/drm/tegra/fb.c
··· 4 4 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 5 5 * 6 6 * Based on the KMS/FB CMA helpers 7 - * Copyright (C) 2012 Analog Device Inc. 7 + * Copyright (C) 2012 Analog Devices Inc. 8 8 */ 9 9 10 10 #include <linux/console.h>