commit | 5875bf287d95314c58add01184f361cc5aa38429 | [log] [tgz] |
---|---|---|
author | Tetsuhiro Kohada <kohada.t2@gmail.com> | Fri May 29 19:14:59 2020 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Tue Jun 09 16:49:25 2020 +0900 |
tree | 1de468fb69859f1d17eac04c52d125d4761af6f6 | |
parent | 476189c0ef3b658de3f6b89fd0fdeb6dc451b564 [diff] |
exfat: standardize checksum calculation To clarify that it is a 16-bit checksum, the parts related to the 16-bit checksum are renamed and change type to u16. Furthermore, replace checksum calculation in exfat_load_upcase_table() with exfat_calc_checksum32(). Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com> Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>