All of lore.kernel.org
 help / color / mirror / Atom feed
From: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
To: oleg.drokin@intel.com, andreas.dilger@intel.com,
	jsimmons@infradead.org, gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com,
	Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Subject: [PATCH v2 0/2] staging: lustre: libcfs: Replace printk() with pr_*() and define pr_fmt()
Date: Sat, 18 Mar 2017 18:54:41 +0200	[thread overview]
Message-ID: <cover.1489855248.git.narcisaanamaria12@gmail.com> (raw)
In-Reply-To: <cover.1489686964.git.narcisaanamaria12@gmail.com>

Convert the printk() calls to corresponding pr_*() calls
and define pr_fmt() to easily introduce the name of the module.
Remove redundant prefixes 'Lustre:' from pr_*() calls, since now
the pr_fmt() define will provide it.

---
Changes in v2:
  - Add the subsystem name to the cover letter as well
  - Remove whitespace change that was not covered by the log message
  - Keep the original 'LustreError' prefix for making searching through the logs
    faster

Narcisa Ana Maria Vasile (2):
  staging: lustre: libcfs: Replace printk() with pr_*()
  staging: lustre: libcfs: Define pr_fmt() to include relevant name

 drivers/staging/lustre/lnet/libcfs/tracefile.c | 51 ++++++++++++--------------
 1 file changed, 23 insertions(+), 28 deletions(-)

-- 
1.9.1



  parent reply	other threads:[~2017-03-18 16:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 18:01 [PATCH 0/2] Replace printk() with pr_*() and define pr_fmt() Narcisa Ana Maria Vasile
2017-03-16 18:01 ` [PATCH 1/2] staging: lustre: libcfs: Replace printk() with pr_*() Narcisa Ana Maria Vasile
2017-03-16 18:48   ` [Outreachy kernel] " Julia Lawall
2017-03-17 10:45     ` Narcisa Ana Maria Vasile
2017-03-16 18:01 ` [PATCH 2/2] staging: lustre: libcfs: Define pr_fmt() to include relevant name Narcisa Ana Maria Vasile
2017-03-16 18:45   ` [Outreachy kernel] " Julia Lawall
2017-03-17  4:29     ` Oleg Drokin
2017-03-17 10:42       ` Narcisa Ana Maria Vasile
2017-03-16 18:48 ` [Outreachy kernel] [PATCH 0/2] Replace printk() with pr_*() and define pr_fmt() Julia Lawall
2017-03-18 16:54 ` Narcisa Ana Maria Vasile [this message]
2017-03-18 16:55   ` [PATCH v2 1/2] staging: lustre: libcfs: Replace printk() with pr_*() Narcisa Ana Maria Vasile
2017-03-18 16:56   ` [PATCH v2 2/2] staging: lustre: libcfs: Define pr_fmt() to include relevant name Narcisa Ana Maria Vasile

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.1489855248.git.narcisaanamaria12@gmail.com \
    --to=narcisaanamaria12@gmail.com \
    --cc=andreas.dilger@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jsimmons@infradead.org \
    --cc=oleg.drokin@intel.com \
    --cc=outreachy-kernel@googlegroups.com \
    /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.