Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging

Pull dmi update from Jean Delvare.

* 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
Replace HTTP links with HTTPS ones: DMI/SMBIOS SUPPORT

+1 -1
+1 -1
drivers/firmware/dmi_scan.c
··· 21 21 /* 22 22 * DMI stands for "Desktop Management Interface". It is part 23 23 * of and an antecedent to, SMBIOS, which stands for System 24 - * Management BIOS. See further: http://www.dmtf.org/standards 24 + * Management BIOS. See further: https://www.dmtf.org/standards 25 25 */ 26 26 static const char dmi_empty_string[] = ""; 27 27