summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/opt3001.c
diff options
context:
space:
mode:
authorAlexander A. Klimov <grandmaster@al2klimov.de>2020-07-04 21:27:43 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-07-13 15:05:59 +0100
commit3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e (patch)
treecd39cc287844918a74920f7a67e46135ddc00e6c /drivers/iio/light/opt3001.c
parent5a6b56de410c8c905bde4295ba8c3d75910aecea (diff)
downloadlinux-stable-3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e.tar.gz
linux-stable-3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e.tar.bz2
linux-stable-3593cd53962fa17e4eaaae8faa5c8f62ec7bbd5e.zip
Replace HTTP links with HTTPS ones: drivers/iio
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/light/opt3001.c')
-rw-r--r--drivers/iio/light/opt3001.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/opt3001.c b/drivers/iio/light/opt3001.c
index b02c497455f3..2d48d61909a4 100644
--- a/drivers/iio/light/opt3001.c
+++ b/drivers/iio/light/opt3001.c
@@ -2,7 +2,7 @@
/**
* opt3001.c - Texas Instruments OPT3001 Light Sensor
*
- * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
*
* Author: Andreas Dannenberg <dannenberg@ti.com>
* Based on previous work from: Felipe Balbi <balbi@ti.com>