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