Commit d0c1b89a authored by Coly Li's avatar Coly Li Committed by Jens Axboe

bcache: remove unnecessary space before ioctl function pointer arguments

This is warned by checkpatch.pl, this patch removes the extra space.
Signed-off-by: default avatarColy Li <colyli@suse.de>
Reviewed-by: default avatarShenghui Wang <shhuiw@foxmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 87418ef9
...@@ -275,8 +275,8 @@ struct bcache_device { ...@@ -275,8 +275,8 @@ struct bcache_device {
int (*cache_miss)(struct btree *b, struct search *s, int (*cache_miss)(struct btree *b, struct search *s,
struct bio *bio, unsigned int sectors); struct bio *bio, unsigned int sectors);
int (*ioctl) (struct bcache_device *d, fmode_t mode, int (*ioctl)(struct bcache_device *d, fmode_t mode,
unsigned int cmd, unsigned long arg); unsigned int cmd, unsigned long arg);
}; };
struct io { struct io {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment