[Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups
Tobin C. Harding
me at tobin.cc
Mon Oct 2 00:33:59 CEST 2017
Checkpatch clean ups for lib/lru_cache.c
This patch set is intended to test the waters as to whether DRBD wants/accepts checkpatch clean
ups. I know that many maintainers consider such patches as code churn.
I am taking a look at the DRBD code after bumping into Brian at OSSNA in LA.
If you do want/like checkpatch fixes I am happy to do so for drivers/block/drbd/* while I look
around the code base.
I don't know which tree you guys are working off. This series applies on top of Linus' development
tree, commit:
a8c964eacb21288b2dbfa9d80cee5968a3b8fb21
thanks,
Tobin.
Tobin C. Harding (17):
lru_cache: remove FSF address from licence
lru_cache: fix licence comment format
lru_cache: move trailing */ to a separate line
lru_cache: remove quoted string across lines
lru_cache: use 'unsigned int' instead of 'unsigned'
lru_cache: use kcalloc instead of kzalloc with multiply
lru_cache: clean macro definition
lru_cache: add blank line after declarations
lru_cache: remove space after function name
lru_cache: fix function argument alignment
lru_cache: remove multiple blank lines
lru_cache: remove space before tabs
lru_cache: move constant to the right side of test
lru_cache: use braces on all arms of statement
lru_cache: remove unnecessary space before arguments
lru_cache: add spaces around '|'
lru_cache: move EXPORT_SYMBOL macro to follow function
lib/lru_cache.c | 166 +++++++++++++++++++++++++++++---------------------------
1 file changed, 86 insertions(+), 80 deletions(-)
--
2.7.4
More information about the drbd-dev
mailing list