All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] net: ceph: messenger: code cleanup
@ 2016-01-27  0:43 Ioana Ciornei
  2016-01-27  0:43 ` [PATCH 1/6] net: ceph: messenger: remove unnecessary blank spaces Ioana Ciornei
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ioana Ciornei @ 2016-01-27  0:43 UTC (permalink / raw)
  To: ceph-devel; +Cc: elder, Ioana Ciornei


This patchset makes some small code cleanup on the messenger code from net/ceph.
Most of the patches are a result of running checkpatch.pl on
net/ceph/messenger.c


Ioana Ciornei (6):
  net: ceph: messenger: remove unnecessary blank spaces
  net: ceph: messenger: fix coding style comparison to NULL
  net: ceph: messenger: add blank line after declarations
  net: ceph: messenger: properly align function parameters
  net: ceph: messenger: change printk to pr_warn
  net: ceph: messenger: add braces to all arms of conditional statement

 net/ceph/messenger.c | 207 ++++++++++++++++++++++++++-------------------------
 1 file changed, 107 insertions(+), 100 deletions(-)

-- 
2.6.4


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

end of thread, other threads:[~2016-01-27 11:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27  0:43 [PATCH 0/6] net: ceph: messenger: code cleanup Ioana Ciornei
2016-01-27  0:43 ` [PATCH 1/6] net: ceph: messenger: remove unnecessary blank spaces Ioana Ciornei
2016-01-27  0:43 ` [PATCH 2/6] net: ceph: messenger: fix coding style comparison to NULL Ioana Ciornei
2016-01-27  0:43 ` [PATCH 3/6] net: ceph: messenger: add blank line after declarations Ioana Ciornei
2016-01-27  0:43 ` [PATCH 4/6] net: ceph: messenger: properly align function parameters Ioana Ciornei
2016-01-27  0:43 ` [PATCH 5/6] net: ceph: messenger: change printk to pr_warn Ioana Ciornei
2016-01-27  0:43 ` [PATCH 6/6] net: ceph: messenger: add braces to all arms of conditional statement Ioana Ciornei
2016-01-27 11:17 ` [PATCH 0/6] net: ceph: messenger: code cleanup Ilya Dryomov

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.