diff options
| author | Patrick Delaunay <[email protected]> | 2022-05-20 18:38:10 +0200 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2022-06-17 14:12:27 +0200 |
| commit | eae488b77906692627622abc61f5b7160b6eb2a4 (patch) | |
| tree | 4136c22fba6193e84ab835eedc247ba778761179 /include/usb | |
| parent | 5c9ea94da930f049eb25b007dd326a21dc427235 (diff) | |
stm32mp1: fix reference for STMicroelectronics
Replace reference to the correct name STMicroelectronics
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'include/usb')
| -rw-r--r-- | include/usb/designware_udc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h index f874e5c35cc..f716f07dd04 100644 --- a/include/usb/designware_udc.h +++ b/include/usb/designware_udc.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 - * Vipin Kumar, ST Micoelectronics, [email protected]. + * Vipin Kumar, STMicroelectronics, [email protected]. */ #ifndef __DW_UDC_H |
