From: Payal Kshirsagar Date: Mon, 9 Mar 2020 16:51:38 +0000 (+0530) Subject: staging: exfat: alignment should match open parenthesis X-Git-Tag: io_uring-5.7-2020-04-09~37^2~170 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1657f11c7ca109b6f7e7bec4e241bf6cbbe2d4b0;p=linux-block.git staging: exfat: alignment should match open parenthesis Align code to match open parenthesis. Signed-off-by: Payal Kshirsagar Link: https://lore.kernel.org/r/20200309165138.5313-1-payalskshirsagar1234@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h index c863d7566b57..341c9192f7e8 100644 --- a/drivers/staging/exfat/exfat.h +++ b/drivers/staging/exfat/exfat.h @@ -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 */