mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
staging: exfat: alignment should match open parenthesis
Align code to match open parenthesis. Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com> Link: https://lore.kernel.org/r/20200309165138.5313-1-payalskshirsagar1234@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b92a047b2e
commit
1657f11c7c
@@ -716,9 +716,9 @@ int multi_sector_write(struct super_block *sb, sector_t sec,
|
||||
void exfat_bdev_open(struct super_block *sb);
|
||||
void exfat_bdev_close(struct super_block *sb);
|
||||
int exfat_bdev_read(struct super_block *sb, sector_t secno,
|
||||
struct buffer_head **bh, u32 num_secs, bool read);
|
||||
struct buffer_head **bh, u32 num_secs, bool read);
|
||||
int exfat_bdev_write(struct super_block *sb, sector_t secno,
|
||||
struct buffer_head *bh, u32 num_secs, bool sync);
|
||||
struct buffer_head *bh, u32 num_secs, bool sync);
|
||||
int exfat_bdev_sync(struct super_block *sb);
|
||||
|
||||
/* cluster operation functions */
|
||||
|
||||
Reference in New Issue
Block a user