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

MIPS: bcm63xx: Fix header_crc comment in bcm963xx_tag.h

The CRC32 actually includes the tag_version.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2275/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Jonas Gorski and committed by
Ralf Baechle
7da34c1d 23a271ec

+1 -1
+1 -1
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
··· 88 88 char kernel_crc[CRC_LEN]; 89 89 /* 228-235: Unused at present */ 90 90 char reserved1[8]; 91 - /* 236-239: CRC32 of header excluding tagVersion */ 91 + /* 236-239: CRC32 of header excluding last 20 bytes */ 92 92 char header_crc[CRC_LEN]; 93 93 /* 240-255: Unused at present */ 94 94 char reserved2[16];