Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kallsyms: fix type of kallsyms_token_table[]
kallsyms_token_table[] only contains ASCII characters. It should be char instead of u8. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Masami Hiramatsu <[email protected]>
- Loading branch information