hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/edac/e752x_edac.c
....@@ -7,7 +7,7 @@
77 * Implement support for the e7520, E7525, e7320 and i3100 memory controllers.
88 *
99 * Datasheets:
10
- * http://www.intel.in/content/www/in/en/chipsets/e7525-memory-controller-hub-datasheet.html
10
+ * https://www.intel.in/content/www/in/en/chipsets/e7525-memory-controller-hub-datasheet.html
1111 * ftp://download.intel.com/design/intarch/datashts/31345803.pdf
1212 *
1313 * Written by Tom Zimmerman
....@@ -1446,8 +1446,8 @@
14461446
14471447 edac_dbg(3, "\n");
14481448
1449
- /* Ensure that the OPSTATE is set correctly for POLL or NMI */
1450
- opstate_init();
1449
+ /* Ensure that the OPSTATE is set correctly for POLL or NMI */
1450
+ opstate_init();
14511451
14521452 pci_rc = pci_register_driver(&e752x_driver);
14531453 return (pci_rc < 0) ? pci_rc : 0;