Skip to content

Commit

Permalink
bcache: remove unnecessary space before ioctl function pointer arguments
Browse files Browse the repository at this point in the history
This is warned by checkpatch.pl, this patch removes the extra space.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Coly Li authored and Jens Axboe committed Aug 11, 2018
1 parent 87418ef commit d0c1b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/md/bcache/bcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ struct bcache_device {

int (*cache_miss)(struct btree *b, struct search *s,
struct bio *bio, unsigned int sectors);
int (*ioctl) (struct bcache_device *d, fmode_t mode,
unsigned int cmd, unsigned long arg);
int (*ioctl)(struct bcache_device *d, fmode_t mode,
unsigned int cmd, unsigned long arg);
};

struct io {
Expand Down

0 comments on commit d0c1b89

Please sign in to comment.