summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/light/opt3001.txt
diff options
context:
space:
mode:
authorAlexander A. Klimov <grandmaster@al2klimov.de>2020-07-04 21:33:45 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-07-13 15:05:58 +0100
commit5a6b56de410c8c905bde4295ba8c3d75910aecea (patch)
treee602e84b92c0cbe5d4c67975f619cd8b23095dfb /Documentation/devicetree/bindings/iio/light/opt3001.txt
parenta777b22ff5549d5fc3b76146d9e8d44c0671a9c9 (diff)
Replace HTTP links with HTTPS ones: Documentation/devicetree/bindings/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> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> #for Matt's drivers Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/light/opt3001.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/light/opt3001.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/opt3001.txt b/Documentation/devicetree/bindings/iio/light/opt3001.txt
index 47b13eb8f4ec..9e6f2998e751 100644
--- a/Documentation/devicetree/bindings/iio/light/opt3001.txt
+++ b/Documentation/devicetree/bindings/iio/light/opt3001.txt
@@ -6,7 +6,7 @@ the optional generation of IIO events on rising/falling light threshold changes
requires the use of interrupts. Without interrupts, only the simple reading
of the current light value is supported through the IIO API.
-http://www.ti.com/product/opt3001
+https://www.ti.com/product/opt3001
Required properties:
- compatible: should be "ti,opt3001"