All of lore.kernel.org
 help / color / mirror / Atom feed
* [Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups
@ 2017-10-01 22:33 Tobin C. Harding
  2017-10-01 22:34 ` [Drbd-dev] [PATCH 01/17] lru_cache: remove FSF address from licence Tobin C. Harding
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Tobin C. Harding @ 2017-10-01 22:33 UTC (permalink / raw)
  To: Philipp Reisner, Lars Ellenberg; +Cc: drbd-dev

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-10-02 22:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-01 22:33 [Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 01/17] lru_cache: remove FSF address from licence Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 02/17] lru_cache: fix licence comment format Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 03/17] lru_cache: move trailing */ to a separate line Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 04/17] lru_cache: remove quoted string across lines Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 05/17] lru_cache: use 'unsigned int' instead of 'unsigned' Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 06/17] lru_cache: use kcalloc instead of kzalloc with multiply Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 07/17] lru_cache: clean macro definition Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 08/17] lru_cache: add blank line after declarations Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 09/17] lru_cache: remove space after function name Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 10/17] lru_cache: fix function argument alignment Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 11/17] lru_cache: remove multiple blank lines Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 12/17] lru_cache: remove space before tabs Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 13/17] lru_cache: move constant to the right side of test Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 14/17] lru_cache: use braces on all arms of statement Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 15/17] lru_cache: remove unnecessary space before arguments Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 16/17] lru_cache: add spaces around '|' Tobin C. Harding
2017-10-01 22:34 ` [Drbd-dev] [PATCH 17/17] lru_cache: move EXPORT_SYMBOL macro to follow function Tobin C. Harding
2017-10-02 13:13 ` [Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups Lars Ellenberg
2017-10-02 22:06   ` Tobin C. Harding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.