commit | 30927d41123b5873119b5ef5b8d54a56c8a2006e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 20 17:36:03 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 20:00:35 2022 -0400 |
tree | 4b035c2be5c4f3be9ced8042810e02dcc9b29410 | |
parent | d9bd3544c8b5b38c245c5a23defb8ce2f93869c9 [diff] |
include/linux/byteorder: fix cpu_to_be32_array() In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int counter to a size_t parameter. Correct the type of the counter. This exists in upstream as b4c80629c5c9 ("include/linux/byteorder/generic.h: fix index variables"). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>