staging: exfat: Fix alignment warnings
Fix checkpatch warning "Alignment should match open parenthesis". Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com> Link: https://lore.kernel.org/r/20200111142233.11354-1-pragat.pandya@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
f3c69559b5
Коммит
d85cad420a
|
@ -1492,7 +1492,8 @@ void release_entry_set(struct entry_set_cache_t *es)
|
|||
|
||||
/* search EMPTY CONTINUOUS "num_entries" entries */
|
||||
static s32 search_deleted_or_unused_entry(struct super_block *sb,
|
||||
struct chain_t *p_dir, s32 num_entries)
|
||||
struct chain_t *p_dir,
|
||||
s32 num_entries)
|
||||
{
|
||||
int i, dentry, num_empty = 0;
|
||||
s32 dentries_per_clu;
|
||||
|
|
Загрузка…
Ссылка в новой задаче