mbox series

[trivial,0/6] Fix misspellings of "Analog Devices"

Message ID 20200416103058.15269-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series Fix misspellings of "Analog Devices" | expand

Message

Geert Uytterhoeven April 16, 2020, 10:30 a.m. UTC
Hi all,

In several files the company also known as ADI is spelled as "Analog
Device".  However, according to https://www.analog.com/, the company
name is spelled "Analog Devices".

Hence this patch series, one per subsystem, fixes these misspellings.

Thanks for your comments!

Geert Uytterhoeven (6):
  dt-bindings: Fix misspellings of "Analog Devices"
  dma: Fix misspelling of "Analog Devices"
  drm: Fix misspellings of "Analog Devices"
  iio: Fix misspellings of "Analog Devices"
  ALSA: Fix misspellings of "Analog Devices"
  ASoC: Fix misspellings of "Analog Devices"

 .../devicetree/bindings/display/bridge/adi,adv7123.txt        | 4 ++--
 .../devicetree/bindings/display/bridge/adi,adv7511.txt        | 4 ++--
 Documentation/devicetree/bindings/dma/adi,axi-dmac.txt        | 2 +-
 Documentation/devicetree/bindings/iio/dac/ad5755.txt          | 2 +-
 drivers/dma/Kconfig                                           | 2 +-
 drivers/gpu/drm/bridge/adv7511/Kconfig                        | 2 +-
 drivers/gpu/drm/drm_fb_cma_helper.c                           | 2 +-
 drivers/gpu/drm/tegra/fb.c                                    | 2 +-
 drivers/iio/adc/ad7791.c                                      | 2 +-
 drivers/iio/trigger/iio-trig-hrtimer.c                        | 2 +-
 drivers/staging/iio/Documentation/overview.txt                | 2 +-
 sound/isa/ad1816a/ad1816a.c                                   | 2 +-
 sound/pci/ac97/ac97_patch.c                                   | 2 +-
 sound/pci/hda/Kconfig                                         | 4 ++--
 sound/soc/codecs/ad1980.c                                     | 2 +-
 sound/soc/codecs/ad73311.c                                    | 2 +-
 sound/soc/codecs/wm8782.c                                     | 2 +-
 17 files changed, 20 insertions(+), 20 deletions(-)

Comments

Alexandru Ardelean April 16, 2020, 11:57 a.m. UTC | #1
On Thu, 2020-04-16 at 12:30 +0200, Geert Uytterhoeven wrote:
> [External]
> 
> 	Hi all,
> 
> In several files the company also known as ADI is spelled as "Analog
> Device".  However, according to https://www.analog.com/, the company
> name is spelled "Analog Devices".
> 
> Hence this patch series, one per subsystem, fixes these misspellings.
> 
> Thanks for your comments!

For the entire series:

Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>

Many thanks :)
Alex

> 
> Geert Uytterhoeven (6):
>   dt-bindings: Fix misspellings of "Analog Devices"
>   dma: Fix misspelling of "Analog Devices"
>   drm: Fix misspellings of "Analog Devices"
>   iio: Fix misspellings of "Analog Devices"
>   ALSA: Fix misspellings of "Analog Devices"
>   ASoC: Fix misspellings of "Analog Devices"
> 
>  .../devicetree/bindings/display/bridge/adi,adv7123.txt        | 4 ++--
>  .../devicetree/bindings/display/bridge/adi,adv7511.txt        | 4 ++--
>  Documentation/devicetree/bindings/dma/adi,axi-dmac.txt        | 2 +-
>  Documentation/devicetree/bindings/iio/dac/ad5755.txt          | 2 +-
>  drivers/dma/Kconfig                                           | 2 +-
>  drivers/gpu/drm/bridge/adv7511/Kconfig                        | 2 +-
>  drivers/gpu/drm/drm_fb_cma_helper.c                           | 2 +-
>  drivers/gpu/drm/tegra/fb.c                                    | 2 +-
>  drivers/iio/adc/ad7791.c                                      | 2 +-
>  drivers/iio/trigger/iio-trig-hrtimer.c                        | 2 +-
>  drivers/staging/iio/Documentation/overview.txt                | 2 +-
>  sound/isa/ad1816a/ad1816a.c                                   | 2 +-
>  sound/pci/ac97/ac97_patch.c                                   | 2 +-
>  sound/pci/hda/Kconfig                                         | 4 ++--
>  sound/soc/codecs/ad1980.c                                     | 2 +-
>  sound/soc/codecs/ad73311.c                                    | 2 +-
>  sound/soc/codecs/wm8782.c                                     | 2 +-
>  17 files changed, 20 insertions(+), 20 deletions(-)
>