All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioana Ciornei <ciorneiioana@gmail.com>
To: ceph-devel@vger.kernel.org
Cc: elder@ieee.org, Ioana Ciornei <ciorneiioana@gmail.com>
Subject: [PATCH 0/6] net: ceph: messenger: code cleanup
Date: Wed, 27 Jan 2016 02:43:33 +0200	[thread overview]
Message-ID: <cover.1453853617.git.ciorneiioana@gmail.com> (raw)


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


             reply	other threads:[~2016-01-26 22:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  0:43 Ioana Ciornei [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1453853617.git.ciorneiioana@gmail.com \
    --to=ciorneiioana@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=elder@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.