diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-10 08:44:18 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-10 11:01:51 -0500 |
commit | bb7121f6aa644b72115a24f63d3ee6e52629cc99 (patch) | |
tree | b5b6657bbb1ef0660a92f3d8e85c115b7713a12b /arch/arm/include/asm/ehci-omap.h | |
parent | eda45ee3cbb2ed15aee79009638b3719fe5cbc1a (diff) | |
parent | a3a884c697c3e016ff5625c56509a3d725a01bdb (diff) |
Merge branch '2023-11-10-assorted-fixes'
- Fix some issues Coverity has reported, update MAINTAINERS file,
another bootstd fix, typo fix in error message, gitignore fix and
update TI's URL in many places.
Diffstat (limited to 'arch/arm/include/asm/ehci-omap.h')
-rw-r--r-- | arch/arm/include/asm/ehci-omap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/ehci-omap.h b/arch/arm/include/asm/ehci-omap.h index 2b51b5eb99..662b62cbb2 100644 --- a/arch/arm/include/asm/ehci-omap.h +++ b/arch/arm/include/asm/ehci-omap.h @@ -4,7 +4,7 @@ * Based on LINUX KERNEL * drivers/usb/host/ehci-omap.c and drivers/mfd/omap-usb-host.c * - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com* + * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com* * Author: Govindraj R <govindraj.raja@ti.com> */ |