linux/drivers/md/bcache
Coly Li fc2d5988b5 bcache: add identifier names to arguments of function definitions
There are many function definitions do not have identifier argument names,
scripts/checkpatch.pl complains warnings like this,

 WARNING: function definition argument 'struct bcache_device *' should
  also have an identifier name
  #16735: FILE: writeback.h:120:
  +void bch_sectors_dirty_init(struct bcache_device *);

This patch adds identifier argument names to all bcache function
definitions to fix such warnings.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-08-11 15:46:41 -06:00
..
alloc.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
bcache.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
bset.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
bset.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
btree.c bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
btree.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
closure.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
closure.h bcache: style fix to replace 'unsigned' by 'unsigned int' 2018-08-11 15:46:41 -06:00
debug.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
debug.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
extents.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
extents.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
io.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
journal.c bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
journal.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
Kconfig docs: Fix some broken references 2018-06-15 18:10:01 -03:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
movinggc.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
request.c bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
request.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
stats.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
stats.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
super.c bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
sysfs.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
sysfs.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
trace.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
util.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
util.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00
writeback.c bcache: style fix to add a blank line after declarations 2018-08-11 15:46:41 -06:00
writeback.h bcache: add identifier names to arguments of function definitions 2018-08-11 15:46:41 -06:00