Skip to content

Commit a36c669

Browse files
Al2Klimovrobherring
authored andcommitted
drm/tilcdc: 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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 8a71c74 commit a36c669

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings/display/tilcdc

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Optional nodes:
4646
crossed and LCD_DATA[0:4] is for Red[3:7] and LCD_DATA[11:15] is
4747
for Blue[3-7]. For more details see section 3.1.1 in AM335x
4848
Silicon Errata:
49-
http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=sprz360
49+
https://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=sprz360
5050

5151
Example:
5252

0 commit comments

Comments
 (0)