Skip to content

Commit db4694e

Browse files
Al2Klimovwsakernel
authored andcommitted
i2c: bcm2835: 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 <[email protected]> [wsa: shortened commit message] Signed-off-by: Wolfram Sang <[email protected]>
1 parent cee807c commit db4694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-bcm2835.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static const struct i2c_algorithm bcm2835_i2c_algo = {
392392

393393
/*
394394
* The BCM2835 was reported to have problems with clock stretching:
395-
* http://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
395+
* https://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
396396
* https://www.raspberrypi.org/forums/viewtopic.php?p=146272
397397
*/
398398
static const struct i2c_adapter_quirks bcm2835_i2c_quirks = {

0 commit comments

Comments
 (0)