mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
staging: gasket: whitespace fix in gasket_page_table_init
Tab replaced with space. Signed-off-by: Zhongze Hu <frankhu@chromium.org> Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
920953ab4e
commit
b17cef4d08
@@ -347,7 +347,7 @@ int gasket_page_table_init(
|
||||
pg_tbl->config.mode == GASKET_PAGE_TABLE_MODE_SIMPLE) {
|
||||
pg_tbl->num_simple_entries = total_entries;
|
||||
pg_tbl->num_extended_entries = 0;
|
||||
pg_tbl->extended_flag = 1ull << page_table_config->extended_bit;
|
||||
pg_tbl->extended_flag = 1ull << page_table_config->extended_bit;
|
||||
} else {
|
||||
pg_tbl->num_simple_entries = 0;
|
||||
pg_tbl->num_extended_entries = total_entries;
|
||||
|
||||
Reference in New Issue
Block a user