staging: exfat: alignment should match open parenthesis
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>
Mon, 9 Mar 2020 16:51:38 +0000 (22:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2020 09:44:49 +0000 (10:44 +0100)
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>
drivers/staging/exfat/exfat.h

index c863d7566b57d0aa8936fc7c62e764b7f1be9536..341c9192f7e8f1a9cbbb0b7bb233809a2c3e790c 100644 (file)
@@ -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 */