hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/crypto/crc32-ce-core.S
....@@ -39,7 +39,7 @@
3939 * CRC32 polynomial:0x04c11db7(BE)/0xEDB88320(LE)
4040 * PCLMULQDQ is a new instruction in Intel SSE4.2, the reference can be found
4141 * at:
42
- * http://www.intel.com/products/processor/manuals/
42
+ * https://www.intel.com/products/processor/manuals/
4343 * Intel(R) 64 and IA-32 Architectures Software Developer's Manual
4444 * Volume 2B: Instruction Set Reference, N-Z
4545 *