Skip to content

Commit 41722d1

Browse files
Al2Klimovrobherring
authored andcommitted
dt-bindings: mfd: dialog: 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. 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. Acked-by: Adam Thomson <[email protected]> Signed-off-by: Alexander A. Klimov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 54b0e2e commit 41722d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/mfd/da9062.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* Dialog DA9062 Power Management Integrated Circuit (PMIC)
22

33
Product information for the DA9062 and DA9061 devices can be found here:
4-
- http://www.dialog-semiconductor.com/products/da9062
5-
- http://www.dialog-semiconductor.com/products/da9061
4+
- https://www.dialog-semiconductor.com/products/da9062
5+
- https://www.dialog-semiconductor.com/products/da9061
66

77
The DA9062 PMIC consists of:
88

0 commit comments

Comments
 (0)