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:
Pragat Pandya 2020-01-11 19:52:33 +05:30 коммит произвёл Greg Kroah-Hartman
Родитель f3c69559b5
Коммит d85cad420a
3 изменённых файлов: 18 добавлений и 17 удалений

Просмотреть файл

@ -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;