Skip to content

Commit d0c1b89

Browse files
Coly Liaxboe
authored andcommitted
bcache: remove unnecessary space before ioctl function pointer arguments
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>
1 parent 87418ef commit d0c1b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/md/bcache/bcache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ struct bcache_device {
275275

276276
int (*cache_miss)(struct btree *b, struct search *s,
277277
struct bio *bio, unsigned int sectors);
278-
int (*ioctl) (struct bcache_device *d, fmode_t mode,
279-
unsigned int cmd, unsigned long arg);
278+
int (*ioctl)(struct bcache_device *d, fmode_t mode,
279+
unsigned int cmd, unsigned long arg);
280280
};
281281

282282
struct io {

0 commit comments

Comments
 (0)