diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-08-12 04:34:19 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 20:57:59 +0300 |
commit | 7f317d34906c1033f0752fc137dda04e43979bb8 (patch) | |
tree | e15d66c3e1a40975ac72de6fd47abd0383ab2a71 /include/linux/platform_data/davinci-cpufreq.h | |
parent | 376653435dacf84a8aca87e66aff94079a817cf2 (diff) | |
download | linux-7f317d34906c1033f0752fc137dda04e43979bb8.tar.xz |
include/: replace HTTP links with HTTPS ones
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/20200726110117.16346-1-grandmaster@al2klimov.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/platform_data/davinci-cpufreq.h')
-rw-r--r-- | include/linux/platform_data/davinci-cpufreq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/davinci-cpufreq.h b/include/linux/platform_data/davinci-cpufreq.h index 3fbf9f2793b5..bc208c64e3d7 100644 --- a/include/linux/platform_data/davinci-cpufreq.h +++ b/include/linux/platform_data/davinci-cpufreq.h @@ -2,7 +2,7 @@ /* * TI DaVinci CPUFreq platform support. * - * Copyright (C) 2009 Texas Instruments, Inc. http://www.ti.com/ + * Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/ */ #ifndef _MACH_DAVINCI_CPUFREQ_H |