f2fs: modify open brace '{' following function definitions
Made suggested modifications from checkpatch in reference to ERROR:
open brace '{' following function definitions go on the next line
Signed-off-by: Yi Zhuang <zhuangyi1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
1757598ffa
commit
9b42d1c8d4
1 changed files with 4 additions and 2 deletions
|
|
@ -4793,7 +4793,8 @@ static struct f2fs_dev_info *get_target_zoned_dev(struct f2fs_sb_info *sbi,
|
|||
}
|
||||
|
||||
static int report_one_zone_cb(struct blk_zone *zone, unsigned int idx,
|
||||
void *data) {
|
||||
void *data)
|
||||
{
|
||||
memcpy(data, zone, sizeof(struct blk_zone));
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -4909,7 +4910,8 @@ struct check_zone_write_pointer_args {
|
|||
};
|
||||
|
||||
static int check_zone_write_pointer_cb(struct blk_zone *zone, unsigned int idx,
|
||||
void *data) {
|
||||
void *data)
|
||||
{
|
||||
struct check_zone_write_pointer_args *args;
|
||||
args = (struct check_zone_write_pointer_args *)data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue